From 402f5a8081430005e416f196a9d341a3e3471371 Mon Sep 17 00:00:00 2001 From: James Andariese Date: Sun, 23 Apr 2023 22:47:04 -0500 Subject: [PATCH] add ingress to argo-cd, configure vault agent injector --- argo1/values.yaml | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/argo1/values.yaml b/argo1/values.yaml index b7395ad..00265ef 100644 --- a/argo1/values.yaml +++ b/argo1/values.yaml @@ -45,12 +45,37 @@ argo-cd: params: "server.insecure": "true" + controller: + replicas: 1 + + server: + ingress: + enabled: true + hosts: &hhosts + - argocd.strudelline.net + tls: + - hosts: *hhosts + secretName: wildcard-tls + ingressGrpc: + enabled: true + hosts: &ghosts + - grpc-argocd.strudelline.net + tls: + - hosts: *ghosts + secretName: wildcard-tls + vault-agent-injector: enabled: false values: | global: - # disable global vault because we're only using this as an agent injector enabled: false + externalVaultAddr: https://vault.strudelline.net + injector: + affinity: "" + agentImage: + repository: jamesandariese/vault-with-ca + enabled: true + failurePolicy: Fail nfs: enabled: false