Some important changes

This commit is contained in:
Nikolai Rodionov 2025-04-04 22:45:01 +02:00
parent 53faa51b51
commit fa6791c9d4
3 changed files with 7 additions and 4 deletions

View File

@ -2,7 +2,7 @@ environments:
badhouseplants:
kubeContext: badhouseplants
values:
#- ./common/values/values.badhouseplants.yaml
- ./common/values/values.badhouseplants.yaml
- base:
enabled: true
- velero:

View File

@ -40,11 +40,11 @@ replicaCount: 1
clusterDomain: cluster.local
resources:
limits:
memory: 1024Mi
memory: 1.5Gi
cpu: 1
requests:
cpu: 1
memory: 1024Mi
memory: 1.5Gi
persistence:
enabled: true
size: 15Gi

View File

@ -5,7 +5,10 @@ globalArguments:
ports:
web:
redirections:
port: websecure
entryPoint:
to: websecure
scheme: https
permanent: true
deployment:
replicas: 2