dotfiles/shell/templates/service.yaml

16 lines
235 B
YAML
Raw Normal View History

2021-04-12 00:05:25 +00:00
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