DEV-1090 Updated bootstrap helm version

- Renamed ArgoCD app misc-resources -> letsencrypt
- Multiple domains for letsencrypt ClusterIssuer
main
Michael Haehnel 3 years ago
parent 791921f1e0
commit 2f1ee9d4dc
No known key found for this signature in database
GPG Key ID: D2FA233B52AEC75C

@ -25,5 +25,5 @@ appVersion: "0.1.1"
dependencies: dependencies:
- name: bootstrap - name: bootstrap
version: 0.1.62 version: 0.1.75
repository: oci://prodnso-harbor-01.smardigo.digital/infrastructure repository: oci://prodnso-harbor-01.smardigo.digital/infrastructure

@ -5,6 +5,7 @@ global:
## Set this to create nginx for argocd and other services ## Set this to create nginx for argocd and other services
bootstrap: bootstrap:
argo_namespace: argo-cd argo_namespace: argo-cd
argo_auto_sync_enabled: true
argo_keycloak_clientSecret: vJTtJFwdmctFjxWknh9WHcHvTMJvChmg argo_keycloak_clientSecret: vJTtJFwdmctFjxWknh9WHcHvTMJvChmg
@ -19,7 +20,7 @@ bootstrap:
clientSecret: $oidc.keycloak.clientSecret clientSecret: $oidc.keycloak.clientSecret
requestedScopes: ["openid", "profile", "email", "groups"] requestedScopes: ["openid", "profile", "email", "groups"]
rbac: rbac:
policy.default: '' policy.default: ""
policy.csv: | policy.csv: |
g, admin, role:admin g, admin, role:admin
g, argocd-admins, role:admin g, argocd-admins, role:admin
@ -51,6 +52,11 @@ bootstrap:
stage: &stagename prodwork01 stage: &stagename prodwork01
domain: &domainname smardigo.digital domain: &domainname smardigo.digital
letsencrypt:
dns_zones:
- smardigo.digital
- thgquotenservice.de
gitea_instance: prodnso-gitea-01 gitea_instance: prodnso-gitea-01
gitea_repo_path: "argocd/prodwork01-argocd" gitea_repo_path: "argocd/prodwork01-argocd"
@ -85,20 +91,20 @@ bootstrap:
domain: *domainname domain: *domainname
elasticsearch: elasticsearch:
nodeSets: nodeSets:
- name: resized - name: resized
count: 3 count: 3
config: config:
node.store.allow_mmap: false node.store.allow_mmap: false
volumeClaimTemplates: volumeClaimTemplates:
- metadata: - metadata:
name: elasticsearch-data name: elasticsearch-data
spec: spec:
accessModes: accessModes:
- ReadWriteOnce - ReadWriteOnce
resources: resources:
requests: requests:
storage: 80Gi storage: 80Gi
storageClassName: hcloud-volumes storageClassName: hcloud-volumes
filebeat: filebeat:
limits: limits:
memory: 500Mi memory: 500Mi

Loading…
Cancel
Save