Skip to content

Commit 45bc806

Browse files
authored
Update x509-proxy-server.yaml
1 parent 4700a37 commit 45bc806

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

kubernetes/cmsweb/daemonset/x509-proxy-server.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,6 @@ spec:
9999
name: https
100100
- containerPort: 9092
101101
name: metrics
102-
volumeMounts:
103-
- mountPath: /etc/cric
104-
name: cric-volume
105102
- name: auth-proxy-server-secrets # use the same secrets as APS
106103
mountPath: /etc/secrets
107104
#defaultMode: 256
@@ -121,6 +118,9 @@ spec:
121118
- mountPath: /etc/grid-security
122119
name: etc-grid-security
123120
readOnly: true
121+
volumeMounts:
122+
#PROD# - mountPath: /etc/cric
123+
#PROD# name: cric-volume
124124
#PROD# - name: logs
125125
#PROD# mountPath: /data/srv/logs/frontend
126126
#PROD# - name: filebeat-cephfs
@@ -163,9 +163,6 @@ spec:
163163
- name: www-htdocs
164164
mountPath: /tmp/htdocs
165165
volumes:
166-
- name: cric-volume
167-
persistentVolumeClaim:
168-
claimName: cric-pvc
169166
- name: auth-proxy-server-secrets # use the same secrets as APS
170167
secret:
171168
secretName: auth-proxy-server-secrets # use the same secrets as APS
@@ -186,6 +183,9 @@ spec:
186183
- name: etc-grid-security
187184
hostPath:
188185
path: /etc/grid-security
186+
#PROD#- name: cric-volume
187+
#PROD# persistentVolumeClaim:
188+
#PROD# claimName: cric-pvc
189189
#PROD#- name: varlog
190190
#PROD# hostPath:
191191
#PROD# path: /var/log

0 commit comments

Comments
 (0)