Remove unused ch-cert volume and related volumeMounts from PM backend deployment configuration
This commit is contained in:
parent
f04a93fe12
commit
be5c715b39
@ -18,14 +18,6 @@ spec:
|
|||||||
app: backend
|
app: backend
|
||||||
service: api
|
service: api
|
||||||
spec:
|
spec:
|
||||||
volumes:
|
|
||||||
- name: ch-cert
|
|
||||||
configMap:
|
|
||||||
name: ch-cert
|
|
||||||
items:
|
|
||||||
- key: CA.pem
|
|
||||||
path: RootCA.crt
|
|
||||||
defaultMode: 420
|
|
||||||
containers:
|
containers:
|
||||||
- name: api
|
- name: api
|
||||||
image: cr.yandex/crp3ccidau046kdj8g9q/pm-backend:production_0843a55d
|
image: cr.yandex/crp3ccidau046kdj8g9q/pm-backend:production_0843a55d
|
||||||
@ -214,9 +206,5 @@ spec:
|
|||||||
requests:
|
requests:
|
||||||
cpu: "1"
|
cpu: "1"
|
||||||
memory: 1Gi
|
memory: 1Gi
|
||||||
volumeMounts:
|
|
||||||
- name: ch-cert
|
|
||||||
readOnly: true
|
|
||||||
mountPath: /root/clickhouse
|
|
||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
- name: regcred
|
- name: regcred
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user