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.

82 lines
1.4 KiB

# Default values for portalmodelo.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
replicaCount: 1
image:
repository: interlegis/portalmodelo
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: ""
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
persistence:
enabled: true
#storageClass: ""
accessMode: ReadWriteOnce
size: 500Mi
portal:
adminPassword: altereme
rootPassword: altereme
adminEmail: contato@tecnico.net
title: Câmara Municipal
description: Cidade - UF
hostname: teste.df.leg.br
timeZone: America/Sao_Paulo
createAndUpgrade: true
instance:
zodbCacheSize: 1000
zeoclient: false
podAnnotations: {}
podSecurityContext: {}
# fsGroup: 2000
securityContext: {}
# capabilities:
# drop:
# - ALL
# readOnlyRootFilesystem: true
# runAsNonRoot: true
# runAsUser: 1000
ingress:
enabled: true
# extra annotations only
annotations: {}
resources:
plone:
limits:
cpu: 1000m
memory: 1500Mi
requests:
cpu: 100m
memory: 650Mi
zeo:
limits:
cpu: 1000m
memory: 512Mi
requests:
cpu: 100m
memory: 64Mi
autoscaling:
enabled: false
minReplicas: 1
maxReplicas: 100
targetCPUUtilizationPercentage: 80
# targetMemoryUtilizationPercentage: 80
nodeSelector: {}
tolerations: []
affinity: {}