dotfiles/templates/kubernetes/service.yaml
2021-04-22 09:50:44 -04:00

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