1
0
Fork 0
This repository has been archived on 2025-08-23. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
gitops-cluster-bee/_argocd/values.yaml
Vojtech Mares c77b0de063
feat: add ClusterIssuer letsencrypt-mareshq
This issuer has the connection to Cloudflare for DNS ACME challenge
2022-09-03 15:49:22 +02:00

36 lines
1.4 KiB
YAML

argo-cd:
server:
# configEnabled: false
# config:
# url: "https://argocd.fox.k8s.vxm.cz/"
# dex.config: |
# connectors:
# - type: gitlab
# id: gitlab
# name: GitLab
# config:
# baseURL: https://gitlab.mareshq.com
# clientID: e699c44be6e14f5d9385b84c022d9a7a08196f374173aaa9ad19b2d20a563050
# clientSecret: 953b3dd97b2b1d1a71dbec2c0204774bd0f1b5c94fea988ac23e795577e8c6eb
# # redirectURI is filled by ArgoCD
# # redirectURI: https://argocd.ant.k8s.vxm.cz/api/dex/callback
# groups:
# - infrastructure/mareshq
# # flag which will switch from using the internal GitLab id to the users handle (@mention) as the user id.
# # It is possible for a user to change their own user name but it is very rare for them to do so
# useLoginAsID: false
ingress:
enabled: true
hosts:
- argocd.cloud.mareshq.com
ingressClassName: nginx
annotations:
cert-manager.io/cluster-issuer: letsencrypt-mareshq
kubernetes.io/tls-acme: "true"
nginx.ingress.kubernetes.io/server-snippet: |
proxy_ssl_verify off;
nginx.ingress.kubernetes.io/backend-protocol: "HTTPS"
tls:
- hosts:
- argocd.cloud.mareshq.com
secretName: argocd-tls