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:
name: nagios
annotations:
kubernetes.io/ingress.class: haproxy
kubernetes.io/ingress.class: haproxy
spec:
rules:
- host: nagios.lan
@ -13,7 +13,9 @@ spec:
- path: /
pathType: Prefix
backend:
serviceName: nagios
servicePort: 80
service:
name: nagios
port:
number: 80
# EOF