mirror of
https://github.com/wahyd4/home-docker.git
synced 2026-08-09 04:15:52 +10:00
correct argo values
This commit is contained in:
+16
-2
@@ -30,10 +30,10 @@ server:
|
||||
nginx.ingress.kubernetes.io/proxy-body-size: 102400m
|
||||
nginx.ingress.kubernetes.io/auth-url: "https://id.junv.cc/oauth2/auth"
|
||||
nginx.ingress.kubernetes.io/auth-signin: "https://id.junv.cc/oauth2/start?rd=https%3A%2F%2F$host$request_uri"
|
||||
hosts: ["argocd.junv.cc"]
|
||||
hostname: "argo.junv.cc"
|
||||
tls:
|
||||
- hosts:
|
||||
- argocd.junv.cc
|
||||
- argo.junv.cc
|
||||
secretName: argocd-tls
|
||||
metrics:
|
||||
enabled: true
|
||||
@@ -62,3 +62,17 @@ redis:
|
||||
global:
|
||||
logging:
|
||||
level: "warn"
|
||||
|
||||
ingress:
|
||||
enabled: true
|
||||
path: /
|
||||
hosts:
|
||||
- argo.junv.cc
|
||||
annotations:
|
||||
kubernetes.io/ingress.class: nginx
|
||||
kubernetes.io/tls-acme: "true"
|
||||
labels: {}
|
||||
tls:
|
||||
- secretName: argocc-tls
|
||||
hosts:
|
||||
- argo.junv.cc
|
||||
|
||||
Reference in New Issue
Block a user