Remove old manifests and replace with jsonnet build
This commit is contained in:
@@ -2,20 +2,16 @@ apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
labels:
|
||||
app: kube-state-metrics
|
||||
k8s-app: kube-state-metrics
|
||||
name: kube-state-metrics
|
||||
namespace: monitoring
|
||||
spec:
|
||||
clusterIP: None
|
||||
ports:
|
||||
- name: https-main
|
||||
port: 8443
|
||||
targetPort: https-main
|
||||
protocol: TCP
|
||||
- name: https-self
|
||||
port: 9443
|
||||
targetPort: https-self
|
||||
protocol: TCP
|
||||
selector:
|
||||
app: kube-state-metrics
|
||||
|
||||
|
||||
Reference in New Issue
Block a user