Skip to content

Commit

Permalink
Update auth-proxy-server.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
arooshap authored Jul 16, 2024
1 parent 1fc43e6 commit 94601c0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion kubernetes/cmsweb/daemonset/auth-proxy-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,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 @@ -166,6 +169,9 @@ spec:
- name: token-secrets
secret:
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 94601c0

Please sign in to comment.