|
|
|
@ -2,8 +2,6 @@ |
|
|
|
# This is a YAML-formatted file. |
|
|
|
# Declare variables to be passed into your templates. |
|
|
|
|
|
|
|
replicaCount: 1 |
|
|
|
|
|
|
|
image: |
|
|
|
repository: interlegis/portalmodelo |
|
|
|
pullPolicy: IfNotPresent |
|
|
|
@ -53,6 +51,24 @@ instance: |
|
|
|
enabled: true |
|
|
|
schedule: "0 1 * * SUN" # Every Sunday at 1AM |
|
|
|
keepDays: 30 |
|
|
|
replicaCount: 1 |
|
|
|
resources: |
|
|
|
limits: |
|
|
|
cpu: 1000m |
|
|
|
memory: 1600Mi |
|
|
|
requests: |
|
|
|
cpu: 100m |
|
|
|
memory: 750Mi |
|
|
|
|
|
|
|
zeoserver: |
|
|
|
replicaCount: 1 |
|
|
|
resources: |
|
|
|
limits: |
|
|
|
cpu: 1000m |
|
|
|
memory: 512Mi |
|
|
|
requests: |
|
|
|
cpu: 50m |
|
|
|
memory: 112Mi |
|
|
|
|
|
|
|
repozo: |
|
|
|
enabled: false |
|
|
|
@ -86,22 +102,6 @@ ingress: |
|
|
|
# extra annotations only |
|
|
|
annotations: {} |
|
|
|
|
|
|
|
resources: |
|
|
|
plone: |
|
|
|
limits: |
|
|
|
cpu: 1000m |
|
|
|
memory: 1600Mi |
|
|
|
requests: |
|
|
|
cpu: 100m |
|
|
|
memory: 750Mi |
|
|
|
zeo: |
|
|
|
limits: |
|
|
|
cpu: 1000m |
|
|
|
memory: 512Mi |
|
|
|
requests: |
|
|
|
cpu: 50m |
|
|
|
memory: 112Mi |
|
|
|
|
|
|
|
autoscaling: |
|
|
|
enabled: false |
|
|
|
minReplicas: 1 |
|
|
|
|