add hoylogo deployment to this repo
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Aaron Riedel 2024-05-29 22:38:08 +02:00
parent 6ae43134b9
commit 651cfe10ba
Signed by: aaron
GPG key ID: 643004654D40D577
10 changed files with 392 additions and 0 deletions

View 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

View file

@ -0,0 +1,27 @@
resources:
- ../../base
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
images:
- name: git.ar21.de/aaron/hoylogo
newName: git.ar21.de/aaron/hoylogo
newTag: staging-20
namespace: hoylogo-staging
patches:
- patch: |-
- op: replace
path: /spec/rules/0/host
value: "staging.hoylogo.de"
- op: replace
path: /spec/tls/0/hosts/0
value: "staging.hoylogo.de"
target:
kind: Ingress
name: hoylogo-ingress
- patch: |-
- op: replace
path: /spec/replicas
value: 1
target:
kind: Deployment
name: hoylogo-deployment