diff --git a/argocd-values.yaml b/argocd-values.yaml index 74ffe4e..69cb6d4 100644 --- a/argocd-values.yaml +++ b/argocd-values.yaml @@ -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