You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
78 lines
1.2 KiB
78 lines
1.2 KiB
3 years ago
|
# Default values for saberes.
|
||
|
|
||
|
replicaCount: 1
|
||
|
|
||
|
image:
|
||
|
repository: porto.interlegis.leg.br/spdt/saberes
|
||
|
pullPolicy: IfNotPresent
|
||
|
# Overrides the image tag whose default is the chart appVersion.
|
||
|
tag: ""
|
||
|
|
||
|
imagePullSecrets: []
|
||
|
nameOverride: ""
|
||
|
fullnameOverride: ""
|
||
|
|
||
|
podAnnotations: {}
|
||
|
|
||
|
podSecurityContext: {}
|
||
|
# fsGroup: 2000
|
||
|
|
||
|
securityContext: {}
|
||
|
# capabilities:
|
||
|
# drop:
|
||
|
# - ALL
|
||
|
# readOnlyRootFilesystem: true
|
||
|
# runAsNonRoot: true
|
||
|
# runAsUser: 1000
|
||
|
|
||
|
service:
|
||
|
type: ClusterIP
|
||
|
port: 80
|
||
|
|
||
|
moodle:
|
||
|
dbHost: postgres
|
||
|
dbName: moodle
|
||
|
dbUser: saberes
|
||
|
dbPass: apass
|
||
|
reverseProxy: 'false'
|
||
|
sslProxy: 'true'
|
||
|
|
||
|
ingress:
|
||
|
enabled: true
|
||
|
annotations:
|
||
|
cert-manager.io/cluster-issuer: "letsencrypt-prod"
|
||
|
hostname: 'moodle.url'
|
||
|
tls:
|
||
|
enabled: true
|
||
|
|
||
|
osticket:
|
||
|
apiKey: 'DUMMY'
|
||
|
url: 'https://osticket.leg.br'
|
||
|
|
||
|
resources:
|
||
|
limits:
|
||
|
cpu: 4000m
|
||
|
memory: 4Gi
|
||
|
requests:
|
||
|
cpu: 1000m
|
||
|
memory: 2Gi
|
||
|
|
||
|
persistence:
|
||
|
enabled: true
|
||
|
#storageClass: ""
|
||
|
accessMode: ReadWriteMany
|
||
|
size: 2Gi
|
||
|
|
||
|
autoscaling:
|
||
|
enabled: true
|
||
|
minReplicas: 2
|
||
|
maxReplicas: 5
|
||
|
targetCPUUtilizationPercentage: 80
|
||
|
targetMemoryUtilizationPercentage: 80
|
||
|
|
||
|
nodeSelector: {}
|
||
|
|
||
|
tolerations: []
|
||
|
|
||
|
affinity: {}
|