fixed formatting errors in ingress manifest

This commit is contained in:
Radar231 2021-10-20 05:36:15 -04:00
parent c0f0fe096d
commit f36d023ba3
1 changed files with 5 additions and 3 deletions

View File

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