Files
taskarr-mgr/deploy/overlays/production/kustomization.yaml
2026-05-26 16:09:26 +00:00

25 lines
499 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
# 1. Point to the base manifests
resources:
- ../../base
# 2. Apply the production-specific changes
patches:
- path: deployment.yaml
target:
kind: Deployment
name: taskarr
# 4. Change the namespace for this overlay
namespace: taskarr
images:
- name: main
newName: reg.milasholsting.dk/taskarr/taskarr
newTag: sha-921560d
- name: migrator
newName: reg.milasholsting.dk/taskarr/taskarr-migrator
newTag: sha-921560d