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.
94 lines
1.7 KiB
94 lines
1.7 KiB
4 years ago
|
# 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
|
||
|
zodbCacheSize: 2000
|
||
|
|
||
|
instance:
|
||
|
zeoclient: false
|
||
|
|
||
|
podAnnotations: {}
|
||
|
|
||
|
podSecurityContext: {}
|
||
|
# fsGroup: 2000
|
||
|
|
||
|
securityContext: {}
|
||
|
# capabilities:
|
||
|
# drop:
|
||
|
# - ALL
|
||
|
# readOnlyRootFilesystem: true
|
||
|
# runAsNonRoot: true
|
||
|
# runAsUser: 1000
|
||
|
|
||
|
ingress:
|
||
|
enabled: true
|
||
|
hosts:
|
||
|
- teste.df.leg.br
|
||
|
- www.teste.df.leg.br
|
||
|
path: /
|
||
|
tls: []
|
||
|
# - secretName: teste-df-tls
|
||
|
# hosts:
|
||
|
# - teste.df.leg.br
|
||
|
# - www.teste.df.leg.br
|
||
|
annotations: {}
|
||
|
# kubernetes.io/ingress.class: nginx
|
||
|
# kubernetes.io/tls-acme: "true"
|
||
|
# certmanager.k8s.io/cluster-issuer: letsencrypt-staging # your cluerissuer name
|
||
|
|
||
|
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: {}
|