finish helm
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-02-14 00:08:25 +01:00
parent 1c3dcbdb57
commit 2be53934ea
6 changed files with 89 additions and 27 deletions

View File

@@ -14,15 +14,6 @@ imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
serviceAccount:
# Specifies whether a service account should be created
create: true
# Annotations to add to the service account
annotations: {}
# The name of the service account to use.
# If not set and create is true, a name is generated using the fullname template
name: ""
podAnnotations: {}
podSecurityContext: {}
@@ -80,3 +71,15 @@ nodeSelector: {}
tolerations: []
affinity: {}
postgres:
name: postgres-meapi
user: meapi-postgres
password: mealapi-postgres
database: mealapi
storage:
size: 1Gi
privder: longhorn
configmap:
dburi: "postgresql://meapi-postgres:mealapi-postgres@postgres-meapi:5432/mealapi"