fixed formatting errors in ingress manifest

This commit is contained in:
Radar231 2021-10-20 05:37:06 -04:00
parent 4c5381c865
commit 0520ef3392
1 changed files with 5 additions and 3 deletions

View File

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