From f36d023ba3bf1edd655773cf2725911595a46c43 Mon Sep 17 00:00:00 2001 From: Radar231 Date: Wed, 20 Oct 2021 05:36:15 -0400 Subject: [PATCH] fixed formatting errors in ingress manifest --- notes-wiki_ingress.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/notes-wiki_ingress.yml b/notes-wiki_ingress.yml index 7974e63..c457521 100644 --- a/notes-wiki_ingress.yml +++ b/notes-wiki_ingress.yml @@ -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