infrastructure/apps/zipline/kustomization.yaml
Peter Kurfer 2578e6951d
All checks were successful
continuous-integration/drone/push Build is passing
refactor: use SOPS to encrypt secrets
2023-10-26 21:57:43 +02:00

27 lines
515 B
YAML

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:
- "resources/namespace.yaml"
- "resources/deployment.yaml"
- "resources/service.yaml"
- "resources/ingress.yaml"
generators:
- ./secret-generator.yaml
secretGenerator:
- name: zipline-base-config
envs:
- "config/base.env"