fixed formatting errors in ingress manifest

This commit is contained in:
Radar231 2021-10-20 05:37:14 -04:00
parent 88321fa89f
commit fe50ad6f47
1 changed files with 5 additions and 3 deletions

View File

@ -3,7 +3,7 @@ kind: Ingress
metadata: metadata:
name: heimdall name: heimdall
annotations: annotations:
kubernetes.io/ingress.class: haproxy kubernetes.io/ingress.class: haproxy
spec: spec:
rules: rules:
- host: heimdall.lan - host: heimdall.lan
@ -12,7 +12,9 @@ spec:
- path: / - path: /
pathType: Prefix pathType: Prefix
backend: backend:
serviceName: heimdall service:
servicePort: 80 name: heimdall
port:
number: 80
# EOF # EOF