Restructured infra
Some checks failed
kustomization/rook-ceph-cluster/3a682516 dependency not ready
kustomization/apps/3a682516 dependency not ready
kustomization/cert-manager/3a682516 reconciliation succeeded
kustomization/node-feature-discovery-rules/3a682516 reconciliation succeeded
kustomization/akri/3a682516 reconciliation succeeded
kustomization/velero/3a682516 reconciliation succeeded
kustomization/topolvm/3a682516 reconciliation succeeded
kustomization/kyverno/3a682516 reconciliation succeeded
kustomization/node-feature-discovery/3a682516 reconciliation succeeded
kustomization/flux-system/3a682516 reconciliation succeeded
kustomization/letsencrypt/3a682516 reconciliation succeeded
kustomization/cnpg/3a682516 reconciliation succeeded
kustomization/kyverno-policies/3a682516 reconciliation succeeded
kustomization/kube-vip/3a682516 reconciliation succeeded
kustomization/traefik/3a682516 reconciliation succeeded
kustomization/traefik-middleware/3a682516 reconciliation succeeded
kustomization/lldap/3a682516 reconciliation succeeded
kustomization/authelia/3a682516 reconciliation succeeded
kustomization/rook-ceph/3a682516 reconciliation failed
Some checks failed
kustomization/rook-ceph-cluster/3a682516 dependency not ready
kustomization/apps/3a682516 dependency not ready
kustomization/cert-manager/3a682516 reconciliation succeeded
kustomization/node-feature-discovery-rules/3a682516 reconciliation succeeded
kustomization/akri/3a682516 reconciliation succeeded
kustomization/velero/3a682516 reconciliation succeeded
kustomization/topolvm/3a682516 reconciliation succeeded
kustomization/kyverno/3a682516 reconciliation succeeded
kustomization/node-feature-discovery/3a682516 reconciliation succeeded
kustomization/flux-system/3a682516 reconciliation succeeded
kustomization/letsencrypt/3a682516 reconciliation succeeded
kustomization/cnpg/3a682516 reconciliation succeeded
kustomization/kyverno-policies/3a682516 reconciliation succeeded
kustomization/kube-vip/3a682516 reconciliation succeeded
kustomization/traefik/3a682516 reconciliation succeeded
kustomization/traefik-middleware/3a682516 reconciliation succeeded
kustomization/lldap/3a682516 reconciliation succeeded
kustomization/authelia/3a682516 reconciliation succeeded
kustomization/rook-ceph/3a682516 reconciliation failed
This commit is contained in:
parent
6cbd2fca75
commit
c40e958ce1
20
clusters/titan.lan.huizinga.dev/infra/kustomization.yaml
Normal file
20
clusters/titan.lan.huizinga.dev/infra/kustomization.yaml
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
|
|
||||||
|
resources:
|
||||||
|
- ./../../../infra/akri
|
||||||
|
- ./../../../infra/authelia
|
||||||
|
- ./../../../infra/cert-manager
|
||||||
|
- ./../../../infra/cnpg
|
||||||
|
- ./../../../infra/descheduler.yaml
|
||||||
|
- ./../../../infra/dragonflydb.yaml
|
||||||
|
- ./../../../infra/external-snapshotter.yaml
|
||||||
|
- ./../../../infra/intel-device-plugins.yaml
|
||||||
|
- ./../../../infra/kube-vip
|
||||||
|
- ./../../../infra/kyverno
|
||||||
|
- ./../../../infra/lldap
|
||||||
|
- ./../../../infra/node-feature-discovery
|
||||||
|
- ./../../../infra/rook-ceph
|
||||||
|
- ./../../../infra/topolvm/
|
||||||
|
- ./../../../infra/traefik/
|
||||||
|
- ./../../../infra/velero/
|
|
@ -7,7 +7,7 @@ metadata:
|
||||||
alert: flux-infra
|
alert: flux-infra
|
||||||
spec:
|
spec:
|
||||||
interval: 15m
|
interval: 15m
|
||||||
path: ./infra/akri
|
path: ./infra/akri/akri
|
||||||
prune: true
|
prune: true
|
||||||
timeout: 2m
|
timeout: 2m
|
||||||
sourceRef:
|
sourceRef:
|
15
infra/akri/akri/kustomization.yaml
Normal file
15
infra/akri/akri/kustomization.yaml
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
|
namespace: akri
|
||||||
|
resources:
|
||||||
|
- ./namespace.yaml
|
||||||
|
- ./helm-repository.yaml
|
||||||
|
- ./helm-release.yaml
|
||||||
|
|
||||||
|
configurations:
|
||||||
|
- ../../../common/name-reference/helm-release.yaml
|
||||||
|
|
||||||
|
configMapGenerator:
|
||||||
|
- name: akri-values
|
||||||
|
files:
|
||||||
|
- ./values.yaml
|
|
@ -1,15 +1,4 @@
|
||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
namespace: akri
|
|
||||||
resources:
|
resources:
|
||||||
- ./namespace.yaml
|
- ./akri.yaml
|
||||||
- ./helm-repository.yaml
|
|
||||||
- ./helm-release.yaml
|
|
||||||
|
|
||||||
configurations:
|
|
||||||
- ../../common/name-reference/helm-release.yaml
|
|
||||||
|
|
||||||
configMapGenerator:
|
|
||||||
- name: akri-values
|
|
||||||
files:
|
|
||||||
- ./values.yaml
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ metadata:
|
||||||
alert: flux-infra
|
alert: flux-infra
|
||||||
spec:
|
spec:
|
||||||
interval: 15m
|
interval: 15m
|
||||||
path: ./infra/authelia
|
path: ./infra/authelia/authelia
|
||||||
dependsOn:
|
dependsOn:
|
||||||
- name: traefik
|
- name: traefik
|
||||||
- name: cnpg
|
- name: cnpg
|
18
infra/authelia/authelia/kustomization.yaml
Normal file
18
infra/authelia/authelia/kustomization.yaml
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
|
namespace: authelia
|
||||||
|
resources:
|
||||||
|
- ./namespace.yaml
|
||||||
|
- ./helm-repository.yaml
|
||||||
|
- ./helm-release.yaml
|
||||||
|
- ./service-user.yaml
|
||||||
|
- ../../../common/postgres
|
||||||
|
- ../../../common/dragonflydb
|
||||||
|
|
||||||
|
configurations:
|
||||||
|
- ../../../common/name-reference/helm-release.yaml
|
||||||
|
|
||||||
|
configMapGenerator:
|
||||||
|
- name: authelia-values
|
||||||
|
files:
|
||||||
|
- ./values.yaml
|
|
@ -1,18 +1,5 @@
|
||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
namespace: authelia
|
|
||||||
resources:
|
resources:
|
||||||
- ./namespace.yaml
|
- ./authelia-controller.yaml
|
||||||
- ./helm-repository.yaml
|
- ./authelia.yaml
|
||||||
- ./helm-release.yaml
|
|
||||||
- ./service-user.yaml
|
|
||||||
- ../../common/postgres
|
|
||||||
- ../../common/dragonflydb
|
|
||||||
|
|
||||||
configurations:
|
|
||||||
- ../../common/name-reference/helm-release.yaml
|
|
||||||
|
|
||||||
configMapGenerator:
|
|
||||||
- name: authelia-values
|
|
||||||
files:
|
|
||||||
- ./values.yaml
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ metadata:
|
||||||
alert: flux-infra
|
alert: flux-infra
|
||||||
spec:
|
spec:
|
||||||
interval: 15m
|
interval: 15m
|
||||||
path: ./infra/cert-manager
|
path: ./infra/cert-manager/cert-manager
|
||||||
prune: true
|
prune: true
|
||||||
timeout: 2m
|
timeout: 2m
|
||||||
sourceRef:
|
sourceRef:
|
15
infra/cert-manager/cert-manager/kustomization.yaml
Normal file
15
infra/cert-manager/cert-manager/kustomization.yaml
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
|
namespace: cert-manager
|
||||||
|
resources:
|
||||||
|
- ./namespace.yaml
|
||||||
|
- ./helm-repository.yaml
|
||||||
|
- ./helm-release.yaml
|
||||||
|
|
||||||
|
configurations:
|
||||||
|
- ../../../common/name-reference/helm-release.yaml
|
||||||
|
|
||||||
|
configMapGenerator:
|
||||||
|
- name: cert-manager-values
|
||||||
|
files:
|
||||||
|
- ./values.yaml
|
|
@ -1,15 +1,5 @@
|
||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
namespace: cert-manager
|
|
||||||
resources:
|
resources:
|
||||||
- ./namespace.yaml
|
- ./cert-manager.yaml
|
||||||
- ./helm-repository.yaml
|
- ./letsencrypt.yaml
|
||||||
- ./helm-release.yaml
|
|
||||||
|
|
||||||
configurations:
|
|
||||||
- ../../common/name-reference/helm-release.yaml
|
|
||||||
|
|
||||||
configMapGenerator:
|
|
||||||
- name: cert-manager-values
|
|
||||||
files:
|
|
||||||
- ./values.yaml
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ metadata:
|
||||||
alert: flux-infra
|
alert: flux-infra
|
||||||
spec:
|
spec:
|
||||||
interval: 15m
|
interval: 15m
|
||||||
path: ./infra/letsencrypt
|
path: ./infra/cert-manager/letsencrypt
|
||||||
dependsOn:
|
dependsOn:
|
||||||
- name: cert-manager
|
- name: cert-manager
|
||||||
prune: true
|
prune: true
|
|
@ -7,7 +7,7 @@ metadata:
|
||||||
alert: flux-infra
|
alert: flux-infra
|
||||||
spec:
|
spec:
|
||||||
interval: 15m
|
interval: 15m
|
||||||
path: ./infra/cnpg
|
path: ./infra/cnpg/cnpg
|
||||||
dependsOn:
|
dependsOn:
|
||||||
- name: topolvm
|
- name: topolvm
|
||||||
prune: true
|
prune: true
|
14
infra/cnpg/cnpg/kustomization.yaml
Normal file
14
infra/cnpg/cnpg/kustomization.yaml
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
|
namespace: cnpg-system
|
||||||
|
resources:
|
||||||
|
- ./namespace.yaml
|
||||||
|
- ./helm-repository.yaml
|
||||||
|
- ./helm-release.yaml
|
||||||
|
configurations:
|
||||||
|
- ../../../common/name-reference/helm-release.yaml
|
||||||
|
|
||||||
|
configMapGenerator:
|
||||||
|
- name: cnpg-values
|
||||||
|
files:
|
||||||
|
- ./values.yaml
|
|
@ -1,14 +1,4 @@
|
||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
namespace: cnpg-system
|
|
||||||
resources:
|
resources:
|
||||||
- ./namespace.yaml
|
- ./cnpg.yaml
|
||||||
- ./helm-repository.yaml
|
|
||||||
- ./helm-release.yaml
|
|
||||||
configurations:
|
|
||||||
- ../../common/name-reference/helm-release.yaml
|
|
||||||
|
|
||||||
configMapGenerator:
|
|
||||||
- name: cnpg-values
|
|
||||||
files:
|
|
||||||
- ./values.yaml
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ metadata:
|
||||||
alert: flux-infra
|
alert: flux-infra
|
||||||
spec:
|
spec:
|
||||||
interval: 15m
|
interval: 15m
|
||||||
path: ./infra/kube-vip
|
path: ./infra/kube-vip/kube-vip
|
||||||
dependsOn:
|
dependsOn:
|
||||||
- name: kyverno-policies
|
- name: kyverno-policies
|
||||||
prune: true
|
prune: true
|
11
infra/kube-vip/kube-vip/kustomization.yaml
Normal file
11
infra/kube-vip/kube-vip/kustomization.yaml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
|
namespace: kube-system
|
||||||
|
resources:
|
||||||
|
- ./service-account.yaml
|
||||||
|
- ./cluster-role.yaml
|
||||||
|
- ./cluster-role-binding.yaml
|
||||||
|
- ./daemon-set.yaml
|
||||||
|
|
||||||
|
- https://raw.githubusercontent.com/kube-vip/kube-vip-cloud-provider/refs/tags/v0.0.11/manifest/kube-vip-cloud-controller.yaml
|
||||||
|
- ./config-map-kubevip.yaml
|
|
@ -1,11 +1,4 @@
|
||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
namespace: kube-system
|
|
||||||
resources:
|
resources:
|
||||||
- ./service-account.yaml
|
- ./kube-vip.yaml
|
||||||
- ./cluster-role.yaml
|
|
||||||
- ./cluster-role-binding.yaml
|
|
||||||
- ./daemon-set.yaml
|
|
||||||
|
|
||||||
- https://raw.githubusercontent.com/kube-vip/kube-vip-cloud-provider/refs/tags/v0.0.11/manifest/kube-vip-cloud-controller.yaml
|
|
||||||
- ./config-map-kubevip.yaml
|
|
||||||
|
|
|
@ -1,15 +1,5 @@
|
||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
namespace: kyverno
|
|
||||||
resources:
|
resources:
|
||||||
- ./namespace.yaml
|
- ./kyverno-policies.yaml
|
||||||
- ./helm-repository.yaml
|
- ./kyverno.yaml
|
||||||
- ./helm-release.yaml
|
|
||||||
|
|
||||||
configurations:
|
|
||||||
- ../../common/name-reference/helm-release.yaml
|
|
||||||
|
|
||||||
configMapGenerator:
|
|
||||||
- name: kyverno-values
|
|
||||||
files:
|
|
||||||
- ./values.yaml
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ metadata:
|
||||||
alert: flux-infra
|
alert: flux-infra
|
||||||
spec:
|
spec:
|
||||||
interval: 15m
|
interval: 15m
|
||||||
path: ./infra/kyverno-policies
|
path: ./infra/kyverno/kyverno-policies
|
||||||
dependsOn:
|
dependsOn:
|
||||||
- name: kyverno
|
- name: kyverno
|
||||||
prune: true
|
prune: true
|
|
@ -7,7 +7,7 @@ metadata:
|
||||||
alert: flux-infra
|
alert: flux-infra
|
||||||
spec:
|
spec:
|
||||||
interval: 15m
|
interval: 15m
|
||||||
path: ./infra/kyverno
|
path: ./infra/kyverno/kyverno
|
||||||
prune: true
|
prune: true
|
||||||
timeout: 2m
|
timeout: 2m
|
||||||
sourceRef:
|
sourceRef:
|
15
infra/kyverno/kyverno/kustomization.yaml
Normal file
15
infra/kyverno/kyverno/kustomization.yaml
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
|
namespace: kyverno
|
||||||
|
resources:
|
||||||
|
- ./namespace.yaml
|
||||||
|
- ./helm-repository.yaml
|
||||||
|
- ./helm-release.yaml
|
||||||
|
|
||||||
|
configurations:
|
||||||
|
- ../../../common/name-reference/helm-release.yaml
|
||||||
|
|
||||||
|
configMapGenerator:
|
||||||
|
- name: kyverno-values
|
||||||
|
files:
|
||||||
|
- ./values.yaml
|
|
@ -1,10 +1,5 @@
|
||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
namespace: lldap
|
|
||||||
resources:
|
resources:
|
||||||
- ./namespace.yaml
|
- ./lldap-controller.yaml
|
||||||
- ./secret-lldap-credentials.yaml
|
- ./lldap.yaml
|
||||||
- ./deployment.yaml
|
|
||||||
- ./service.yaml
|
|
||||||
- ./ingress-route.yaml
|
|
||||||
- ../../common/postgres
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ metadata:
|
||||||
alert: flux-infra
|
alert: flux-infra
|
||||||
spec:
|
spec:
|
||||||
interval: 15m
|
interval: 15m
|
||||||
path: ./infra/lldap
|
path: ./infra/lldap/lldap
|
||||||
dependsOn:
|
dependsOn:
|
||||||
- name: traefik
|
- name: traefik
|
||||||
- name: cnpg
|
- name: cnpg
|
10
infra/lldap/lldap/kustomization.yaml
Normal file
10
infra/lldap/lldap/kustomization.yaml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
|
namespace: lldap
|
||||||
|
resources:
|
||||||
|
- ./namespace.yaml
|
||||||
|
- ./secret-lldap-credentials.yaml
|
||||||
|
- ./deployment.yaml
|
||||||
|
- ./service.yaml
|
||||||
|
- ./ingress-route.yaml
|
||||||
|
- ../../../common/postgres
|
|
@ -1,15 +1,5 @@
|
||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
namespace: node-feature-discovery
|
|
||||||
resources:
|
resources:
|
||||||
- ./namespace.yaml
|
- ./node-feature-discovery-rules.yaml
|
||||||
- ./helm-repository.yaml
|
- ./node-feature-discovery.yaml
|
||||||
- ./helm-release.yaml
|
|
||||||
|
|
||||||
configurations:
|
|
||||||
- ../../common/name-reference/helm-release.yaml
|
|
||||||
|
|
||||||
configMapGenerator:
|
|
||||||
- name: nfd-values
|
|
||||||
files:
|
|
||||||
- ./values.yaml
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ metadata:
|
||||||
alert: flux-infra
|
alert: flux-infra
|
||||||
spec:
|
spec:
|
||||||
interval: 15m
|
interval: 15m
|
||||||
path: ./infra/node-feature-discovery-rules
|
path: ./infra/node-feature-discovery/node-feature-discovery-rules
|
||||||
prune: true
|
prune: true
|
||||||
timeout: 2m
|
timeout: 2m
|
||||||
sourceRef:
|
sourceRef:
|
|
@ -7,7 +7,7 @@ metadata:
|
||||||
alert: flux-infra
|
alert: flux-infra
|
||||||
spec:
|
spec:
|
||||||
interval: 15m
|
interval: 15m
|
||||||
path: ./infra/node-feature-discovery
|
path: ./infra/node-feature-discovery/node-feature-discovery
|
||||||
prune: true
|
prune: true
|
||||||
timeout: 2m
|
timeout: 2m
|
||||||
sourceRef:
|
sourceRef:
|
|
@ -0,0 +1,15 @@
|
||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
|
namespace: node-feature-discovery
|
||||||
|
resources:
|
||||||
|
- ./namespace.yaml
|
||||||
|
- ./helm-repository.yaml
|
||||||
|
- ./helm-release.yaml
|
||||||
|
|
||||||
|
configurations:
|
||||||
|
- ../../../common/name-reference/helm-release.yaml
|
||||||
|
|
||||||
|
configMapGenerator:
|
||||||
|
- name: nfd-values
|
||||||
|
files:
|
||||||
|
- ./values.yaml
|
|
@ -1,7 +1,5 @@
|
||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
namespace: rook-ceph
|
|
||||||
resources:
|
resources:
|
||||||
- ./namespace.yaml
|
- ./rook-ceph.yaml
|
||||||
- ./helm-repository.yaml
|
- ./rook-ceph-cluster.yaml
|
||||||
- ./helm-release.yaml
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ metadata:
|
||||||
alert: flux-infra
|
alert: flux-infra
|
||||||
spec:
|
spec:
|
||||||
interval: 15m
|
interval: 15m
|
||||||
path: ./infra/rook-ceph-cluster
|
path: ./infra/rook-ceph/rook-ceph-cluster
|
||||||
dependsOn:
|
dependsOn:
|
||||||
- name: rook-ceph
|
- name: rook-ceph
|
||||||
prune: true
|
prune: true
|
|
@ -6,7 +6,7 @@ resources:
|
||||||
- ./access-control-rule.yaml
|
- ./access-control-rule.yaml
|
||||||
|
|
||||||
configurations:
|
configurations:
|
||||||
- ../../common/name-reference/helm-release.yaml
|
- ../../../common/name-reference/helm-release.yaml
|
||||||
|
|
||||||
configMapGenerator:
|
configMapGenerator:
|
||||||
- name: rook-cepth-cluster-values
|
- name: rook-cepth-cluster-values
|
|
@ -7,7 +7,7 @@ metadata:
|
||||||
alert: flux-infra
|
alert: flux-infra
|
||||||
spec:
|
spec:
|
||||||
interval: 15m
|
interval: 15m
|
||||||
path: ./infra/rook-ceph
|
path: ./infra/rook-ceph/rook-ceph
|
||||||
prune: true
|
prune: true
|
||||||
timeout: 2m
|
timeout: 2m
|
||||||
sourceRef:
|
sourceRef:
|
7
infra/rook-ceph/rook-ceph/kustomization.yaml
Normal file
7
infra/rook-ceph/rook-ceph/kustomization.yaml
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
|
namespace: rook-ceph
|
||||||
|
resources:
|
||||||
|
- ./namespace.yaml
|
||||||
|
- ./helm-repository.yaml
|
||||||
|
- ./helm-release.yaml
|
|
@ -1,16 +1,4 @@
|
||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
namespace: topolvm-system
|
|
||||||
resources:
|
resources:
|
||||||
- ./namespace.yaml
|
- ./topolvm.yaml
|
||||||
- ./helm-repository.yaml
|
|
||||||
- ./helm-release.yaml
|
|
||||||
- ./volume-snapshot-class.yaml
|
|
||||||
|
|
||||||
configurations:
|
|
||||||
- ../../common/name-reference/helm-release.yaml
|
|
||||||
|
|
||||||
configMapGenerator:
|
|
||||||
- name: topolvm-values
|
|
||||||
files:
|
|
||||||
- ./values.yaml
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ metadata:
|
||||||
alert: flux-infra
|
alert: flux-infra
|
||||||
spec:
|
spec:
|
||||||
interval: 15m
|
interval: 15m
|
||||||
path: ./infra/topolvm
|
path: ./infra/topolvm/topolvm
|
||||||
dependsOn:
|
dependsOn:
|
||||||
- name: cert-manager
|
- name: cert-manager
|
||||||
prune: true
|
prune: true
|
16
infra/topolvm/topolvm/kustomization.yaml
Normal file
16
infra/topolvm/topolvm/kustomization.yaml
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
|
namespace: topolvm-system
|
||||||
|
resources:
|
||||||
|
- ./namespace.yaml
|
||||||
|
- ./helm-repository.yaml
|
||||||
|
- ./helm-release.yaml
|
||||||
|
- ./volume-snapshot-class.yaml
|
||||||
|
|
||||||
|
configurations:
|
||||||
|
- ../../../common/name-reference/helm-release.yaml
|
||||||
|
|
||||||
|
configMapGenerator:
|
||||||
|
- name: topolvm-values
|
||||||
|
files:
|
||||||
|
- ./values.yaml
|
|
@ -1,16 +1,5 @@
|
||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
namespace: traefik
|
|
||||||
resources:
|
resources:
|
||||||
- ./namespace.yaml
|
- ./traefik-middleware.yaml
|
||||||
- ./helm-repository.yaml
|
- ./traefik.yaml
|
||||||
- ./helm-release.yaml
|
|
||||||
- ./access-control-rule.yaml
|
|
||||||
|
|
||||||
configurations:
|
|
||||||
- ../../common/name-reference/helm-release.yaml
|
|
||||||
|
|
||||||
configMapGenerator:
|
|
||||||
- name: traefik-values
|
|
||||||
files:
|
|
||||||
- ./values.yaml
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ metadata:
|
||||||
alert: flux-infra
|
alert: flux-infra
|
||||||
spec:
|
spec:
|
||||||
interval: 15m
|
interval: 15m
|
||||||
path: ./infra/traefik-middleware
|
path: ./infra/traefik/traefik-middleware
|
||||||
dependsOn:
|
dependsOn:
|
||||||
- name: traefik
|
- name: traefik
|
||||||
prune: true
|
prune: true
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user