diff --git a/helm/argocd/values.yaml b/helm/argocd/values.yaml index 49c3408..95621ad 100644 --- a/helm/argocd/values.yaml +++ b/helm/argocd/values.yaml @@ -44,7 +44,7 @@ crds: global: # -- Default domain used by all components ## Used for ingresses, certificates, SSO, notifications, etc. - domain: argocd.k8s.linvogel.internal + domain: argocd.apps.linvogel.internal # -- Runtime class name for all components runtimeClassName: "" @@ -1518,6 +1518,9 @@ server: # -- Runtime class name for the Argo CD server # @default -- `""` (defaults to global.runtimeClassName) runtimeClassName: "" + + + insecure: true ## Argo CD server Horizontal Pod Autoscaler autoscaling: