infrastructure/k8s/roles/zipline/files/kustomization.yaml
Peter Kurfer 095be2721d
All checks were successful
continuous-integration/drone/push Build is passing
feat: deploy Zipline
2023-10-20 16:02:43 +02:00

23 lines
443 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/deployment.yaml"
- "resources/service.yaml"
- "resources/ingress.yaml"
secretGenerator:
- name: zipline-base-config
envs:
- "config/base.env"