File tree 1 file changed +6
-6
lines changed
kubernetes/cmsweb/daemonset
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 99
99
name : https
100
100
- containerPort : 9092
101
101
name : metrics
102
- volumeMounts :
103
- - mountPath : /etc/cric
104
- name : cric-volume
105
102
- name : auth-proxy-server-secrets # use the same secrets as APS
106
103
mountPath : /etc/secrets
107
104
# defaultMode: 256
@@ -121,6 +118,9 @@ spec:
121
118
- mountPath : /etc/grid-security
122
119
name : etc-grid-security
123
120
readOnly : true
121
+ volumeMounts :
122
+ # PROD# - mountPath: /etc/cric
123
+ # PROD# name: cric-volume
124
124
# PROD# - name: logs
125
125
# PROD# mountPath: /data/srv/logs/frontend
126
126
# PROD# - name: filebeat-cephfs
@@ -163,9 +163,6 @@ spec:
163
163
- name : www-htdocs
164
164
mountPath : /tmp/htdocs
165
165
volumes :
166
- - name : cric-volume
167
- persistentVolumeClaim :
168
- claimName : cric-pvc
169
166
- name : auth-proxy-server-secrets # use the same secrets as APS
170
167
secret :
171
168
secretName : auth-proxy-server-secrets # use the same secrets as APS
@@ -186,6 +183,9 @@ spec:
186
183
- name : etc-grid-security
187
184
hostPath :
188
185
path : /etc/grid-security
186
+ # PROD#- name: cric-volume
187
+ # PROD# persistentVolumeClaim:
188
+ # PROD# claimName: cric-pvc
189
189
# PROD#- name: varlog
190
190
# PROD# hostPath:
191
191
# PROD# path: /var/log
You can’t perform that action at this time.
0 commit comments