plane dnsConfig
This commit is contained in:
@@ -71,12 +71,26 @@ spec:
|
||||
minio:
|
||||
local_setup: false
|
||||
|
||||
api:
|
||||
replicas: 1
|
||||
memoryLimit: 2Gi
|
||||
cpuLimit: 1000m
|
||||
# Wenn der Helm Chart es unterstützt:
|
||||
dnsConfig:
|
||||
options:
|
||||
- name: ndots
|
||||
value: "1"
|
||||
|
||||
worker:
|
||||
replicas: 1
|
||||
memoryLimit: 8Gi
|
||||
cpuLimit: 1500m
|
||||
cpuRequest: 500m
|
||||
memoryRequest: 6Gi
|
||||
dnsConfig:
|
||||
options:
|
||||
- name: ndots
|
||||
value: "1"
|
||||
|
||||
env:
|
||||
pgdb_username: plane
|
||||
|
||||
Reference in New Issue
Block a user