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 Nov 5, 2024
1 parent 4700a37 commit 45bc806
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions kubernetes/cmsweb/daemonset/x509-proxy-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,6 @@ spec:
name: https
- containerPort: 9092
name: metrics
volumeMounts:
- mountPath: /etc/cric
name: cric-volume
- name: auth-proxy-server-secrets # use the same secrets as APS
mountPath: /etc/secrets
#defaultMode: 256
Expand All @@ -121,6 +118,9 @@ spec:
- mountPath: /etc/grid-security
name: etc-grid-security
readOnly: true
volumeMounts:
#PROD# - mountPath: /etc/cric
#PROD# name: cric-volume
#PROD# - name: logs
#PROD# mountPath: /data/srv/logs/frontend
#PROD# - name: filebeat-cephfs
Expand Down Expand Up @@ -163,9 +163,6 @@ spec:
- name: www-htdocs
mountPath: /tmp/htdocs
volumes:
- name: cric-volume
persistentVolumeClaim:
claimName: cric-pvc
- name: auth-proxy-server-secrets # use the same secrets as APS
secret:
secretName: auth-proxy-server-secrets # use the same secrets as APS
Expand All @@ -186,6 +183,9 @@ spec:
- name: etc-grid-security
hostPath:
path: /etc/grid-security
#PROD#- name: cric-volume
#PROD# persistentVolumeClaim:
#PROD# claimName: cric-pvc
#PROD#- name: varlog
#PROD# hostPath:
#PROD# path: /var/log
Expand Down

0 comments on commit 45bc806

Please sign in to comment.