k8s-deployments/hoylogo/overlays/prod/kustomization.yaml
aaron 0115d3b25c
All checks were successful
continuous-integration/drone/push Build is passing
HOYLOGO: update image tag to 25 (done automagically via Drone pipeline)
2024-05-29 20:46:47 +00:00

20 lines
465 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../base
images:
- name: git.ar21.de/aaron/hoylogo
newName: git.ar21.de/aaron/hoylogo
newTag: "25"
namespace: hoylogo
patches:
- patch: |-
- op: replace
path: /spec/rules/0/host
value: "hoylogo-prod.apps.yolokube.de"
- op: replace
path: /spec/tls/0/hosts/0
value: "hoylogo-prod.apps.yolokube.de"
target:
kind: Ingress
name: hoylogo-ingress