This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user