remove brusnika stage gateway node affinity
This commit is contained in:
parent
d7314f7dd7
commit
cef5827211
@ -5,6 +5,24 @@ metadata:
|
|||||||
namespace: istio-system
|
namespace: istio-system
|
||||||
spec:
|
spec:
|
||||||
targetNamespace: ingress-nginx
|
targetNamespace: ingress-nginx
|
||||||
|
postRenderers:
|
||||||
|
- kustomize:
|
||||||
|
patches:
|
||||||
|
- target:
|
||||||
|
version: v1
|
||||||
|
kind: Deployment
|
||||||
|
name: istio-ingressgateway
|
||||||
|
namespace: ingress-nginx
|
||||||
|
patch: |-
|
||||||
|
apiVersion: apps/v1
|
||||||
|
kind: Deployment
|
||||||
|
metadata:
|
||||||
|
name: istio-ingressgateway
|
||||||
|
namespace: ingress-nginx
|
||||||
|
spec:
|
||||||
|
template:
|
||||||
|
spec:
|
||||||
|
affinity: null
|
||||||
dependsOn:
|
dependsOn:
|
||||||
- name: istio-base
|
- name: istio-base
|
||||||
namespace: istio-system
|
namespace: istio-system
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user