mirror of
https://github.com/puppetmaster/typhoon.git
synced 2025-01-07 18:29:33 +01:00
nginx/bare-metal: fix selector
This commit is contained in:
parent
93c6c2fed3
commit
2b99ccaa39
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user