fixed formatting errors in ingress manifest

This commit is contained in:
Radar231 2021-10-20 05:36:42 -04:00
parent 6820106543
commit 47550772ea
1 changed files with 5 additions and 3 deletions

View File

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