Update EDH ELO commit to "a4b17daca0"

This commit is contained in:
Jack Jackson 2024-07-11 04:02:45 +00:00
parent 1ae48be3ea
commit 19089def9b

View File

@ -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,24 +33,21 @@ 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
securityContext: {} securityContext: {}
# capabilities: # capabilities:
# drop: # drop:
# - ALL # - ALL
# readOnlyRootFilesystem: true # readOnlyRootFilesystem: true
# runAsNonRoot: true # runAsNonRoot: true
# runAsUser: 1000 # runAsUser: 1000
service: service:
type: LoadBalancer type: LoadBalancer
port: 8000 port: 8000
ingress: ingress:
enabled: false enabled: false
className: "traefik" className: "traefik"
@ -72,18 +63,17 @@ 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
# resources, such as Minikube. If you do want to specify resources, uncomment the following # resources, such as Minikube. If you do want to specify resources, uncomment the following
# lines, adjust them as necessary, and remove the curly braces after 'resources:'. # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
# limits: # limits:
# cpu: 100m # cpu: 100m
# memory: 128Mi # memory: 128Mi
# requests: # requests:
# cpu: 100m # cpu: 100m
# memory: 128Mi # memory: 128Mi
autoscaling: autoscaling:
enabled: false enabled: false
@ -91,9 +81,8 @@ autoscaling:
maxReplicas: 100 maxReplicas: 100
targetCPUUtilizationPercentage: 80 targetCPUUtilizationPercentage: 80
# targetMemoryUtilizationPercentage: 80 # targetMemoryUtilizationPercentage: 80
nodeSelector: {} nodeSelector: {}
# architecture: x86 # architecture: x86
tolerations: {} tolerations: {}
# - key: architecture # - key: architecture