Patched ingress to resolve 'unkown spec serviceName'

This commit is contained in:
Micaiah Martin 2021-08-10 09:00:42 -06:00
parent c04bb08b05
commit 10a14ac22e
3 changed files with 15 additions and 6 deletions

View File

@ -9,9 +9,12 @@ spec:
http:
paths:
- backend:
serviceName: alertmanager-main
servicePort: web
service:
name: alertmanager-main
port:
name: web
path: /
pathType: Prefix
tls:
- hosts:
- alertmanager.192.168.1.15.nip.io

View File

@ -9,9 +9,12 @@ spec:
http:
paths:
- backend:
serviceName: grafana
servicePort: http
service:
name: grafana
port:
name: http
path: /
pathType: Prefix
tls:
- hosts:
- grafana.192.168.1.15.nip.io

View File

@ -9,9 +9,12 @@ spec:
http:
paths:
- backend:
serviceName: prometheus-k8s
servicePort: web
service:
name: prometheus-k8s
port:
name: web
path: /
pathType: Prefix
tls:
- hosts:
- prometheus.192.168.1.15.nip.io