mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 23:22:57 +00:00
16 lines
235 B
YAML
16 lines
235 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
annotations:
|
|
alb.ingress.kubernetes.io/healthcheck-path:
|
|
name:
|
|
namespace: default
|
|
spec:
|
|
ports:
|
|
- port: 443
|
|
protocol: TCP
|
|
targetPort: 80
|
|
selector:
|
|
app:
|
|
type: NodePort
|