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
|
||||
service: api
|
||||
spec:
|
||||
volumes:
|
||||
- name: ch-cert
|
||||
configMap:
|
||||
name: ch-cert
|
||||
items:
|
||||
- key: CA.pem
|
||||
path: RootCA.crt
|
||||
defaultMode: 420
|
||||
containers:
|
||||
- name: api
|
||||
image: cr.yandex/crp3ccidau046kdj8g9q/pm-backend:production_0843a55d
|
||||
@ -214,9 +206,5 @@ spec:
|
||||
requests:
|
||||
cpu: "1"
|
||||
memory: 1Gi
|
||||
volumeMounts:
|
||||
- name: ch-cert
|
||||
readOnly: true
|
||||
mountPath: /root/clickhouse
|
||||
imagePullSecrets:
|
||||
- name: regcred
|
||||
|
||||
Loading…
Reference in New Issue
Block a user