21 lines
465 B
YAML
21 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: "21"
|
||
|
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
|