about summary refs log tree commit diff
path: root/tools/argocd/values.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'tools/argocd/values.yaml')
-rw-r--r--tools/argocd/values.yaml22
1 files changed, 22 insertions, 0 deletions
diff --git a/tools/argocd/values.yaml b/tools/argocd/values.yaml
new file mode 100644
index 0000000..3953d1b
--- /dev/null
+++ b/tools/argocd/values.yaml
@@ -0,0 +1,22 @@
+argo-cd:
+  global:
+    domain: argocd.topkek.cloud
+
+  configs:
+    params:
+      server.insecure: true
+
+  server:
+    ingress:
+      annotations:
+        cert-manager.io/cluster-issuer: letsencrypt-prod
+        traefik.ingress.kubernetes.io/router.entrypoints: websecure
+        traefik.ingress.kubernetes.io/router.tls: "true"
+        traefik.ingress.kubernetes.io/router.tls.certresolver: "default"
+        traefik.ingress.kubernetes.io/redirect-entry-point: https
+      enabled: true
+      ingressClass: traefik
+      extraTls:
+        - hosts:
+          - argocd.topkek.cloud
+          secretName: argocd-tls