plane mit dns

This commit is contained in:
titver968
2025-11-18 15:43:50 +01:00
parent 7b3caaad8f
commit c3c649fd71

View File

@@ -75,6 +75,10 @@ spec:
replicas: 1 replicas: 1
memoryLimit: 2Gi memoryLimit: 2Gi
cpuLimit: 1000m cpuLimit: 1000m
dnsConfig:
options:
- name: ndots
value: "1"
worker: worker:
replicas: 1 replicas: 1
@@ -82,6 +86,24 @@ spec:
cpuLimit: 1500m cpuLimit: 1500m
cpuRequest: 500m cpuRequest: 500m
memoryRequest: 6Gi memoryRequest: 6Gi
dnsConfig:
options:
- name: ndots
value: "1"
beatworker:
replicas: 1
dnsConfig:
options:
- name: ndots
value: "1"
live:
replicas: 1
dnsConfig:
options:
- name: ndots
value: "1"
env: env:
pgdb_username: plane pgdb_username: plane