Update EDH ELO commit to "a4b17daca0"
This commit is contained in:
parent
1ae48be3ea
commit
19089def9b
@ -1,12 +1,10 @@
|
|||||||
image:
|
image:
|
||||||
repository: gitea.scubbo.org/scubbo/edh-elo
|
repository: gitea.scubbo.org/scubbo/edh-elo
|
||||||
tag: 624ef62345
|
tag: a4b17daca0
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
extraEnv:
|
extraEnv:
|
||||||
- name: DATABASE_URL
|
- name: DATABASE_URL
|
||||||
value: postgresql://db_user:pass@edh-elo-postgresql/postgres
|
value: postgresql://db_user:pass@edh-elo-postgresql/postgres
|
||||||
|
|
||||||
postgresql:
|
postgresql:
|
||||||
auth:
|
auth:
|
||||||
existing-secret: edh-elo-postgresql
|
existing-secret: edh-elo-postgresql
|
||||||
@ -20,17 +18,13 @@ postgresql:
|
|||||||
CREATE USER db_user WITH PASSWORD 'pass';
|
CREATE USER db_user WITH PASSWORD 'pass';
|
||||||
GRANT ALL PRIVILEGES ON DATABASE postgres TO db_user;
|
GRANT ALL PRIVILEGES ON DATABASE postgres TO db_user;
|
||||||
GRANT ALL ON SCHEMA public TO db_user;
|
GRANT ALL ON SCHEMA public TO db_user;
|
||||||
|
|
||||||
|
|
||||||
############
|
############
|
||||||
# Defaults #
|
# Defaults #
|
||||||
############
|
############
|
||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
|
|
||||||
imagePullSecrets: []
|
imagePullSecrets: []
|
||||||
nameOverride: ""
|
nameOverride: ""
|
||||||
fullnameOverride: ""
|
fullnameOverride: ""
|
||||||
|
|
||||||
serviceAccount:
|
serviceAccount:
|
||||||
# Specifies whether a service account should be created
|
# Specifies whether a service account should be created
|
||||||
create: true
|
create: true
|
||||||
@ -39,9 +33,7 @@ serviceAccount:
|
|||||||
# The name of the service account to use.
|
# The name of the service account to use.
|
||||||
# If not set and create is true, a name is generated using the fullname template
|
# If not set and create is true, a name is generated using the fullname template
|
||||||
name: ""
|
name: ""
|
||||||
|
|
||||||
podAnnotations: {}
|
podAnnotations: {}
|
||||||
|
|
||||||
podSecurityContext: {}
|
podSecurityContext: {}
|
||||||
# fsGroup: 2000
|
# fsGroup: 2000
|
||||||
|
|
||||||
@ -56,7 +48,6 @@ securityContext: {}
|
|||||||
service:
|
service:
|
||||||
type: LoadBalancer
|
type: LoadBalancer
|
||||||
port: 8000
|
port: 8000
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
enabled: false
|
enabled: false
|
||||||
className: "traefik"
|
className: "traefik"
|
||||||
@ -72,7 +63,6 @@ ingress:
|
|||||||
# - secretName: chart-example-tls
|
# - secretName: chart-example-tls
|
||||||
# hosts:
|
# hosts:
|
||||||
# - chart-example.local
|
# - chart-example.local
|
||||||
|
|
||||||
resources: {}
|
resources: {}
|
||||||
# We usually recommend not to specify default resources and to leave this as a conscious
|
# We usually recommend not to specify default resources and to leave this as a conscious
|
||||||
# choice for the user. This also increases chances charts run on environments with little
|
# choice for the user. This also increases chances charts run on environments with little
|
||||||
@ -91,7 +81,6 @@ autoscaling:
|
|||||||
maxReplicas: 100
|
maxReplicas: 100
|
||||||
targetCPUUtilizationPercentage: 80
|
targetCPUUtilizationPercentage: 80
|
||||||
# targetMemoryUtilizationPercentage: 80
|
# targetMemoryUtilizationPercentage: 80
|
||||||
|
|
||||||
nodeSelector: {}
|
nodeSelector: {}
|
||||||
# architecture: x86
|
# architecture: x86
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user