Merge pull request #69 from 3dwardch3ng/infra/ingress-nginx
disable ingress-nginx via flux for now
This commit is contained in:
@@ -1,31 +1,31 @@
|
|||||||
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
#apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||||
kind: Kustomization
|
#kind: Kustomization
|
||||||
metadata:
|
#metadata:
|
||||||
name: ingress-nginx
|
# name: ingress-nginx
|
||||||
namespace: flux-system
|
# namespace: flux-system
|
||||||
spec:
|
#spec:
|
||||||
interval: 1h
|
# interval: 1h
|
||||||
targetNamespace: ingress-nginx
|
# targetNamespace: ingress-nginx
|
||||||
path: ./kubernetes/templates/apps/ingress-nginx
|
# path: ./kubernetes/templates/apps/ingress-nginx
|
||||||
prune: true
|
# prune: true
|
||||||
sourceRef:
|
# sourceRef:
|
||||||
kind: GitRepository
|
# kind: GitRepository
|
||||||
namespace: flux-system
|
# namespace: flux-system
|
||||||
name: flux-system
|
# name: flux-system
|
||||||
dependsOn:
|
# dependsOn:
|
||||||
- name: ingress-nginx-config
|
# - name: ingress-nginx-config
|
||||||
postBuild:
|
# postBuild:
|
||||||
substituteFrom:
|
# substituteFrom:
|
||||||
- kind: ConfigMap
|
# - kind: ConfigMap
|
||||||
name: ingress-nginx-values
|
# name: ingress-nginx-values
|
||||||
patches:
|
# patches:
|
||||||
- target:
|
# - target:
|
||||||
kind: Deployment
|
# kind: Deployment
|
||||||
name: ingress-nginx-controller
|
# name: ingress-nginx-controller
|
||||||
patch: |
|
# patch: |
|
||||||
- op: add
|
# - op: add
|
||||||
path: /spec/template/spec/containers/0/args/-
|
# path: /spec/template/spec/containers/0/args/-
|
||||||
value: --tcp-services-configmap=$(POD_NAMESPACE)/tcp-services
|
# value: --tcp-services-configmap=$(POD_NAMESPACE)/tcp-services
|
||||||
- op: add
|
# - op: add
|
||||||
path: /spec/template/spec/containers/0/args/-
|
# path: /spec/template/spec/containers/0/args/-
|
||||||
value: --udp-services-configmap=$(POD_NAMESPACE)/udp-services
|
# value: --udp-services-configmap=$(POD_NAMESPACE)/udp-services
|
||||||
Reference in New Issue
Block a user