-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathkustomization.yml
More file actions
38 lines (38 loc) · 921 Bytes
/
kustomization.yml
File metadata and controls
38 lines (38 loc) · 921 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
commonLabels:
owner: inductiveautomation
buildMetadata:
- managedByLabel
- originAnnotations
resources:
- backend-statefulset.yml
- backend-service.yml
- frontend-statefulset.yml
- frontend-service.yml
- frontend-ingress.yml
- gan-certificates.yml
secretGenerator:
- name: gateway-base-secrets
envs:
- secrets/base.env
configMapGenerator:
- name: ignition-config-scripts
files:
- scripts/seed-data-volume.sh
- scripts/seed-redundancy.sh
- scripts/prepare-gan-certificates.sh
- scripts/prepare-tls-certificates.sh
- scripts/invoke-args.sh
- scripts/redundant-health-check.sh
- name: ignition-config-files
files:
- config/redundancy-primary.xml
- config/redundancy-backup.xml
- config/logback.xml
- name: gateway-base-config
envs:
- config/gateway-base-config.env
images:
- name: inductiveautomation/ignition
newTag: 8.1.32