nginx-ingress + cert-manager
This commit is contained in:
parent
769a5fbfa8
commit
1a3111d6ab
20
apps/templates/cert-manager.yaml
Normal file
20
apps/templates/cert-manager.yaml
Normal file
@ -0,0 +1,20 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: cert-manager
|
||||
namespace: argocd
|
||||
spec:
|
||||
destination:
|
||||
namespace: cert-manager
|
||||
server: {{ .Values.spec.destination.server }}
|
||||
project: default
|
||||
source:
|
||||
chart: cert-manager
|
||||
repoURL: https://charts.jetstack.io
|
||||
targetRevision: 1.*.*
|
||||
helm:
|
||||
valuesObject:
|
||||
crds:
|
||||
enabled: true
|
||||
syncPolicy:
|
||||
automated: {}
|
||||
25
apps/templates/ingress-nginx.yaml
Normal file
25
apps/templates/ingress-nginx.yaml
Normal file
@ -0,0 +1,25 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: ingress-nginx
|
||||
namespace: argocd
|
||||
spec:
|
||||
destination:
|
||||
namespace: ingress-nginx
|
||||
server: {{ .Values.spec.destination.server }}
|
||||
project: default
|
||||
source:
|
||||
chart: ingress-nginx
|
||||
repoURL: https://kubernetes.github.io/ingress-nginx
|
||||
targetRevision: 4.*.*
|
||||
helm:
|
||||
valuesObject:
|
||||
controller:
|
||||
hostNetwork: true
|
||||
service:
|
||||
enabled: false
|
||||
kind: DaemonSet
|
||||
tcp:
|
||||
22: "gitea/gitea-ssh:22"
|
||||
syncPolicy:
|
||||
automated: {}
|
||||
Loading…
Reference in New Issue
Block a user