argocd kustomization

This commit is contained in:
Victor Barba Martin 2021-10-29 17:07:35 +02:00
parent 409a85c1af
commit 9d8053a019
4 changed files with 16 additions and 1 deletions

View File

@ -0,0 +1,2 @@
bases:
- ../../base

View File

@ -0,0 +1,10 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: argocd-server-ingress
spec:
rules:
- host: argocd.staging.video.jamkazam.com
tls:
- hosts:
- argocd.staging.video.jamkazam.com

View File

@ -1,2 +1,5 @@
bases:
- ../../base
- ../../base
patchesStrategicMerge:
- ingress-patch.yaml