infrastructure/apps/zipline/kustomization.yaml

28 lines
515 B
YAML
Raw Normal View History

2023-10-20 14:02:43 +00:00
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: zipline
images:
- name: zipline
newName: ghcr.io/diced/zipline
newTag: "3.7.4"
commonLabels:
app.kubernetes.io/instance: icb4dc0de
app.kubernetes.io/managed-by: kustomize
resources:
2023-10-26 19:57:43 +00:00
- "resources/namespace.yaml"
2023-10-20 14:02:43 +00:00
- "resources/deployment.yaml"
- "resources/service.yaml"
- "resources/ingress.yaml"
2023-10-26 19:57:43 +00:00
generators:
- ./secret-generator.yaml
2023-10-20 14:02:43 +00:00
secretGenerator:
- name: zipline-base-config
envs:
- "config/base.env"