fixed formatting errors in ingress manifest

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

View File

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