plane dnsConfig

This commit is contained in:
titver968
2025-11-18 10:04:03 +01:00
parent 917fad2893
commit 303b0bfc43

View File

@@ -71,12 +71,26 @@ spec:
minio: minio:
local_setup: false local_setup: false
api:
replicas: 1
memoryLimit: 2Gi
cpuLimit: 1000m
# Wenn der Helm Chart es unterstützt:
dnsConfig:
options:
- name: ndots
value: "1"
worker: worker:
replicas: 1 replicas: 1
memoryLimit: 8Gi memoryLimit: 8Gi
cpuLimit: 1500m cpuLimit: 1500m
cpuRequest: 500m cpuRequest: 500m
memoryRequest: 6Gi memoryRequest: 6Gi
dnsConfig:
options:
- name: ndots
value: "1"
env: env:
pgdb_username: plane pgdb_username: plane