add argocd helm
This commit is contained in:
parent
280ec4d04a
commit
3275393a8b
|
|
@ -0,0 +1,7 @@
|
|||
apiVersion: v2
|
||||
name: argocd
|
||||
version: '1.0'
|
||||
dependencies:
|
||||
- name: argo-cd
|
||||
version: "2.1.5"
|
||||
repository: "https://argoproj.github.io/argo-helm"
|
||||
|
|
@ -14,7 +14,7 @@ metadata:
|
|||
nginx.ingress.kubernetes.io/backend-protocol: "HTTPS"
|
||||
spec:
|
||||
rules:
|
||||
- host: example.com
|
||||
- host: {{ .Values.hostname}}
|
||||
http:
|
||||
paths:
|
||||
- path: /
|
||||
|
|
@ -26,5 +26,5 @@ spec:
|
|||
name: https
|
||||
tls:
|
||||
- hosts:
|
||||
- example.com
|
||||
- {{ .Values.hostname}}
|
||||
secretName: argocd-secret # do not change, this is provided by Argo CD
|
||||
|
|
@ -0,0 +1 @@
|
|||
hostname: "argocd.staging.video.jamkazam.com"
|
||||
Loading…
Reference in New Issue