add hoylogo deployment to this repo
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
6ae43134b9
commit
651cfe10ba
10 changed files with 392 additions and 0 deletions
20
hoylogo/overlays/prod/kustomization.yaml
Normal file
20
hoylogo/overlays/prod/kustomization.yaml
Normal file
|
@ -0,0 +1,20 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue