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 9623878 commit 4c65b54
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions kubernetes/cmsweb/daemonset/auth-proxy-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,16 +100,16 @@ spec:
readOnly: true
- name: www-htdocs
mountPath: /www
- name: hostcert
mountPath: /etc/grid-security/hostcert.pem
- name: hostkey
mountPath: /etc/grid-security/hostkey.pem
- name: token-secrets
mountPath: /etc/token
readOnly: true
- mountPath: /etc/grid-security/certificates
name: etc-grid-security
readOnly: true
readOnly: true
- name: hostcert
mountPath: /etc/grid-security/hostcert.pem
- name: hostkey
mountPath: /etc/grid-security/hostkey.pem
#PROD# - name: logs
#PROD# mountPath: /data/srv/logs/frontend
#PROD# - name: filebeat-cephfs
Expand Down Expand Up @@ -160,18 +160,18 @@ spec:
secretName: proxy-secrets
- name: www-htdocs
emptyDir: {}
- name: hostcert
hostPath:
path: /etc/grid-security/hostcert.pem
- name: hostkey
hostPath:
path: /etc/grid-security/hostkey.pem
- name: token-secrets
secret:
secretName: token-secrets
- name: etc-grid-security
hostPath:
path: /etc/grid-security/certificates
- name: hostcert
hostPath:
path: /etc/grid-security/hostcert.pem
- name: hostkey
hostPath:
path: /etc/grid-security/hostkey.pem
#PROD#- name: varlog
#PROD# hostPath:
#PROD# path: /var/log
Expand Down

0 comments on commit 4c65b54

Please sign in to comment.