Interlegis Public Rancher Charts for Kubernetes
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.
|
|
|
# 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'
|
|
|
|
pathType: Prefix
|
|
|
|
tls:
|
|
|
|
enabled: true
|
|
|
|
|
|
|
|
osticket:
|
|
|
|
apiKey: 'DUMMY'
|
|
|
|
url: 'https://osticket.leg.br'
|
|
|
|
|
|
|
|
resources:
|
|
|
|
limits:
|
|
|
|
cpu: 4000m
|
|
|
|
memory: 4Gi
|
|
|
|
requests:
|
|
|
|
cpu: 2000m
|
|
|
|
memory: 3Gi
|
|
|
|
|
|
|
|
persistence:
|
|
|
|
enabled: true
|
|
|
|
#storageClass: ""
|
|
|
|
accessMode: ReadWriteMany
|
|
|
|
size: 2Gi
|
|
|
|
|
|
|
|
autoscaling:
|
|
|
|
enabled: true
|
|
|
|
minReplicas: 2
|
|
|
|
maxReplicas: 6
|
|
|
|
targetCPUUtilizationPercentage: 90
|
|
|
|
targetMemoryUtilizationPercentage: 90
|
|
|
|
|
|
|
|
nodeSelector: {}
|
|
|
|
|
|
|
|
tolerations: []
|