Fix bloody ingress Argocd
This commit is contained in:
@ -1,8 +1,6 @@
|
|||||||
# Argo CD Helm Chart Values
|
# Argo CD Helm Chart Values
|
||||||
# Includes Redis HA, Ingress for Traefik/cert-manager, and global Kustomize Helm support.
|
|
||||||
|
|
||||||
global:
|
global:
|
||||||
# Default domain (can be overridden in ingress)
|
|
||||||
domain: ag.hexor.cy
|
domain: ag.hexor.cy
|
||||||
logging:
|
logging:
|
||||||
format: text
|
format: text
|
||||||
@ -13,20 +11,14 @@ crds:
|
|||||||
keep: true # Recommended to keep true so CRDs are not deleted on uninstall
|
keep: true # Recommended to keep true so CRDs are not deleted on uninstall
|
||||||
|
|
||||||
configs:
|
configs:
|
||||||
# Settings for argocd-cm ConfigMap
|
params:
|
||||||
|
server.insecure: "true"
|
||||||
cm:
|
cm:
|
||||||
create: true
|
create: true
|
||||||
# --- GLOBAL KUSTOMIZE OPTION ---
|
|
||||||
# Enables --enable-helm flag for all Kustomize builds managed by this Argo CD instance
|
|
||||||
kustomize.buildOptions: --enable-helm
|
kustomize.buildOptions: --enable-helm
|
||||||
# ----------------------------------
|
|
||||||
# Standard/recommended values:
|
|
||||||
application.instanceLabelKey: argocd.argoproj.io/instance
|
application.instanceLabelKey: argocd.argoproj.io/instance
|
||||||
admin.enabled: true
|
admin.enabled: true
|
||||||
timeout.reconciliation: 180s
|
timeout.reconciliation: 180s
|
||||||
# Add other necessary keys for argocd-cm here
|
|
||||||
|
|
||||||
# Settings for argocd-rbac-cm ConfigMap
|
|
||||||
rbac:
|
rbac:
|
||||||
create: true
|
create: true
|
||||||
policy.default: ""
|
policy.default: ""
|
||||||
@ -34,17 +26,10 @@ configs:
|
|||||||
# p, role:org-admin, applications, *, */*, allow
|
# p, role:org-admin, applications, *, */*, allow
|
||||||
# g, your-github-group, role:org-admin
|
# g, your-github-group, role:org-admin
|
||||||
|
|
||||||
# Settings for argocd-secret Secret
|
|
||||||
secret:
|
secret:
|
||||||
createSecret: true
|
createSecret: true
|
||||||
# IMPORTANT: Set admin password hash below or manage the secret externally.
|
|
||||||
# How to generate hash: htpasswd -nbBC 10 "" PASSWORD | tr -d ':\n' | sed 's/$2y/$2a/'
|
|
||||||
argocdServerAdminPassword: "" # <--- SET BCRYPT HASH HERE OR MANAGE EXTERNALLY
|
argocdServerAdminPassword: "" # <--- SET BCRYPT HASH HERE OR MANAGE EXTERNALLY
|
||||||
# Add other secrets like webhook secrets, OIDC client secrets etc. if needed
|
|
||||||
# githubSecret: ""
|
|
||||||
# gitlabSecret: ""
|
|
||||||
|
|
||||||
# Application Controller
|
|
||||||
controller:
|
controller:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
# Add resources (requests/limits), PDB etc. if needed
|
# Add resources (requests/limits), PDB etc. if needed
|
||||||
|
Reference in New Issue
Block a user