removing useless annotations

parent 8d810fa7
...@@ -50,7 +50,7 @@ spec: ...@@ -50,7 +50,7 @@ spec:
app: istio-ingressgateway app: istio-ingressgateway
istio: ingressgatway-public istio: ingressgatway-public
k8s: k8s:
replicaCount: 1 replicaCount: 3
service: service:
type: ClusterIP type: ClusterIP
ports: ports:
...@@ -58,9 +58,6 @@ spec: ...@@ -58,9 +58,6 @@ spec:
port: 80 port: 80
- name: https - name: https
port: 443 port: 443
podAnnotations:
telegraf.influxdata.com/port: "14010"
telegraf.influxdata.com/class: "istio"
- enabled: true - enabled: true
name: private name: private
namespace: ingress namespace: ingress
...@@ -68,7 +65,7 @@ spec: ...@@ -68,7 +65,7 @@ spec:
app: istio-ingressgateway app: istio-ingressgateway
istio: ingressgatway-private istio: ingressgatway-private
k8s: k8s:
replicaCount: 1 replicaCount: 3
service: service:
type: ClusterIP type: ClusterIP
ports: ports:
...@@ -76,9 +73,6 @@ spec: ...@@ -76,9 +73,6 @@ spec:
port: 80 port: 80
- name: https - name: https
port: 443 port: 443
podAnnotations:
telegraf.influxdata.com/port: "14010"
telegraf.influxdata.com/class: "istio"
egressGateways: egressGateways:
- enabled: true - enabled: true
name: public name: public
...@@ -87,10 +81,7 @@ spec: ...@@ -87,10 +81,7 @@ spec:
app: istio-egressgateway app: istio-egressgateway
istio: egressgatway-public istio: egressgatway-public
k8s: k8s:
replicaCount: 1 replicaCount: 3
podAnnotations:
telegraf.influxdata.com/port: "14010"
telegraf.influxdata.com/class: "istio"
- enabled: true - enabled: true
name: private name: private
namespace: egress namespace: egress
...@@ -98,10 +89,7 @@ spec: ...@@ -98,10 +89,7 @@ spec:
app: istio-egressgateway app: istio-egressgateway
istio: egressgatway-private istio: egressgatway-private
k8s: k8s:
replicaCount: 1 replicaCount: 3
podAnnotations:
telegraf.influxdata.com/port: "15010"
telegraf.influxdata.com/class: "istio"
pilot: pilot:
enabled: true enabled: true
k8s: k8s:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment