Skip to content

Commit

Permalink
Update x509-proxy-server.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
arooshap authored Jul 16, 2024
1 parent 94601c0 commit 90230f0
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions kubernetes/cmsweb/daemonset/x509-proxy-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,10 @@ spec:
mountPath: /etc/grid-security/hostkey.pem
- name: token-secrets
mountPath: /etc/token
readOnly: true
readOnly: true
- mountPath: /host/etc/grid-security
name: etc-grid-security
readOnly: true
#PROD# - name: logs
#PROD# mountPath: /data/srv/logs/frontend
#PROD# - name: filebeat-cephfs
Expand Down Expand Up @@ -170,7 +173,10 @@ spec:
path: /etc/grid-security/hostkey.pem
- name: token-secrets
secret:
secretName: token-secrets
secretName: token-secrets
- name: etc-grid-security
hostPath:
path: /etc/grid-security
#PROD#- name: varlog
#PROD# hostPath:
#PROD# path: /var/log
Expand Down

0 comments on commit 90230f0

Please sign in to comment.