argocd kustomization
This commit is contained in:
parent
334073664e
commit
f386c4ca7d
|
|
@ -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: /
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
Loading…
Reference in New Issue