argocd kustomization

This commit is contained in:
Victor Barba Martin 2021-10-29 17:29:30 +02:00
parent 334073664e
commit f386c4ca7d
3 changed files with 12 additions and 12 deletions

View File

@ -10,7 +10,7 @@ metadata:
haproxy-ingress.github.io/backend-protocol: "h1-ssl"
spec:
rules:
- host: &host argocd.staging.video.jamkazam.com
- host: &host argocd.video.jamkazam.com
http:
paths:
- path: /

View File

@ -1,9 +1,4 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: argocd-server-ingress
namespace: argocd
spec:
rules:
- host: &host argocd.staging.video.jamkazam.com
---
- op: replace
path: /spec/rules/0/host
value: &host argocd.staging.video.jamkazam.com

View File

@ -1,5 +1,10 @@
bases:
- ../../base
patchesStrategicMerge:
- ingress-patch.yaml
patchesJson6902:
- path: hostname.yaml
target:
group: networking.k8s.io
kind: Ingress
name: resque
version: v1