@@ -13,25 +13,25 @@
|
||||
# kind: GitRepository
|
||||
# namespace: flux-system
|
||||
# name: flux-system
|
||||
---
|
||||
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||
kind: Kustomization
|
||||
metadata:
|
||||
name: cilium-networkpolicies
|
||||
namespace: cilium
|
||||
spec:
|
||||
suspend: true
|
||||
interval: 10m
|
||||
timeout: 1m30s
|
||||
retryInterval: 30s
|
||||
path: ./kubernetes/infrastructure/cilium/networkpolicies
|
||||
prune: true
|
||||
sourceRef:
|
||||
kind: GitRepository
|
||||
namespace: flux-system
|
||||
name: flux-system
|
||||
dependsOn:
|
||||
#---
|
||||
#apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||
#kind: Kustomization
|
||||
#metadata:
|
||||
# name: cilium-networkpolicies
|
||||
# namespace: cilium
|
||||
#spec:
|
||||
# suspend: true
|
||||
# interval: 10m
|
||||
# timeout: 1m30s
|
||||
# retryInterval: 30s
|
||||
# path: ./kubernetes/infrastructure/cilium/networkpolicies
|
||||
# prune: true
|
||||
# sourceRef:
|
||||
# kind: GitRepository
|
||||
# namespace: flux-system
|
||||
# name: flux-system
|
||||
# dependsOn:
|
||||
# - name: cilium
|
||||
# namespace: cilium
|
||||
- name: ingress-nginx
|
||||
namespace: ingress-nginx
|
||||
# - name: ingress-nginx
|
||||
# namespace: ingress-nginx
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- cilium.yaml
|
||||
#apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
#kind: Kustomization
|
||||
#resources:
|
||||
# - cilium.yaml
|
||||
|
||||
@@ -8,6 +8,6 @@ resources:
|
||||
- ./namespaces/podinfo.yaml
|
||||
- ./namespaces/prometheus-operator.yaml
|
||||
- ./repositories/repositories.yaml
|
||||
- ./cilium/cilium.yaml
|
||||
# - ./cilium/cilium.yaml
|
||||
- ./ingress-nginx/ingress-nginx-config.yaml
|
||||
- ./ingress-nginx/ingress-nginx.yaml
|
||||
|
||||
Reference in New Issue
Block a user