Files
taskarr-mgr/deploy/overlays/production/kustomization.yaml
Milas Holsting cba49b734c
Some checks failed
Build and Push Container Image / build-and-push (push) Failing after 3m14s
add vault secrets and fix still poiting to election
2026-05-13 11:03:19 +02:00

25 lines
481 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: latest
- name: migrator
newName: reg.milasholsting.dk/taskarr/migrator
newTag: latest