nginx/bare-metal: fix selector

This commit is contained in:
Raimo Radczewski 2024-11-04 20:29:21 +01:00 committed by Dalton Hubble
parent 93c6c2fed3
commit 2b99ccaa39

View File

@ -1,7 +1,7 @@
apiVersion: v1 apiVersion: v1
kind: Service kind: Service
metadata: metadata:
name: ingress-controller-public name: nginx-ingress-controller
namespace: ingress namespace: ingress
annotations: annotations:
prometheus.io/scrape: 'true' prometheus.io/scrape: 'true'
@ -10,7 +10,7 @@ spec:
type: ClusterIP type: ClusterIP
clusterIP: 10.3.0.12 clusterIP: 10.3.0.12
selector: selector:
name: ingress-controller-public name: nginx-ingress-controller
phase: prod phase: prod
ports: ports:
- name: http - name: http