Files
mal/deploy/overlays/production/kustomization.yaml
2026-06-15 19:47:31 +00:00

21 lines
345 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: mal
namespace: mal
images:
- name: main
newName: reg.milasholsting.dk/apps/mal
newTag: sha-8fd7c11