2024-05-29 22:38:08 +02:00
|
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
|
|
- ../../base
|
|
|
|
images:
|
|
|
|
- name: git.ar21.de/aaron/hoylogo
|
|
|
|
newName: git.ar21.de/aaron/hoylogo
|
2024-05-29 22:46:47 +02:00
|
|
|
newTag: "25"
|
2024-05-29 22:38:08 +02:00
|
|
|
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
|