add isito resources to brusnika-stage
This commit is contained in:
parent
616555abe1
commit
5759aaffaa
@ -11,23 +11,34 @@ spec:
|
|||||||
- name: istiod
|
- name: istiod
|
||||||
namespace: istio-system
|
namespace: istio-system
|
||||||
values:
|
values:
|
||||||
name: istio-ingressgateway
|
_internal_defaults_do_not_set:
|
||||||
labels:
|
name: istio-ingressgateway
|
||||||
app: istio-ingressgateway
|
labels:
|
||||||
istio: ingressgateway
|
app: istio-ingressgateway
|
||||||
service:
|
istio: ingressgateway
|
||||||
type: ClusterIP
|
replicaCount: 2
|
||||||
externalTrafficPolicy: ""
|
affinity: {}
|
||||||
ports:
|
tolerations: []
|
||||||
- name: status-port
|
hostPorts: []
|
||||||
port: 15021
|
podAnnotations:
|
||||||
protocol: TCP
|
prometheus.io/port: "15020"
|
||||||
targetPort: 15021
|
prometheus.io/scrape: "true"
|
||||||
- name: http
|
prometheus.io/path: /stats/prometheus
|
||||||
port: 80
|
inject.istio.io/templates: gateway
|
||||||
protocol: TCP
|
sidecar.istio.io/inject: "true"
|
||||||
targetPort: 80
|
service:
|
||||||
- name: https
|
type: ClusterIP
|
||||||
port: 443
|
externalTrafficPolicy: ""
|
||||||
protocol: TCP
|
ports:
|
||||||
targetPort: 443
|
- name: status-port
|
||||||
|
port: 15021
|
||||||
|
protocol: TCP
|
||||||
|
targetPort: 15021
|
||||||
|
- name: http
|
||||||
|
port: 80
|
||||||
|
protocol: TCP
|
||||||
|
targetPort: 80
|
||||||
|
- name: https
|
||||||
|
port: 443
|
||||||
|
protocol: TCP
|
||||||
|
targetPort: 443
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user