From 0520ef3392e4cbef91f7372f60e3c551556022da Mon Sep 17 00:00:00 2001 From: Radar231 Date: Wed, 20 Oct 2021 05:37:06 -0400 Subject: [PATCH] fixed formatting errors in ingress manifest --- nagios_ingress.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/nagios_ingress.yml b/nagios_ingress.yml index ad73fd7..084e103 100644 --- a/nagios_ingress.yml +++ b/nagios_ingress.yml @@ -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