17 lines
400 B
YAML
17 lines
400 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- infrastructure/00-namespaces.yaml
|
|
- infrastructure/01-ingress-controller.yaml
|
|
- infrastructure/02-cert-manager.yaml
|
|
- infrastructure/03-cluster-issuers.yaml
|
|
- applications/verification/
|
|
- networking/ingress-https.yaml
|
|
- secrets/scaleway-secrets.yaml
|
|
- monitoring/
|
|
|
|
labels:
|
|
- pairs:
|
|
app: eveai
|
|
managed-by: kustomize |