apps/zipline/kustomization.yaml
Peter Kurfer ceca1f3bc9
All checks were successful
Renovate / renovate (push) Successful in 16s
feat: add linkwarden
2023-12-21 14:56:49 +01:00

29 lines
547 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: zipline
images:
- name: zipline
newName: ghcr.io/diced/zipline
newTag: "3.7.7"
labels:
- includeSelectors: true
pairs:
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"