argocd kustomization

This commit is contained in:
Victor Barba Martin 2021-10-29 17:27:38 +02:00
parent 374771ab5a
commit 334073664e
2 changed files with 4 additions and 6 deletions

View File

@ -10,7 +10,7 @@ metadata:
haproxy-ingress.github.io/backend-protocol: "h1-ssl"
spec:
rules:
- host: argocd.staging.video.jamkazam.com
- host: &host argocd.staging.video.jamkazam.com
http:
paths:
- path: /
@ -22,5 +22,5 @@ spec:
name: https
tls:
- hosts:
- argocd.staging.video.jamkazam.com
- *host
secretName: argocd-secret # do not change, this is provided by Argo CD

View File

@ -5,7 +5,5 @@ metadata:
namespace: argocd
spec:
rules:
- host: argocd.staging.video.jamkazam.com
tls:
- hosts:
- argocd.staging.video.jamkazam.com
- host: &host argocd.staging.video.jamkazam.com