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 Nov 5, 2024
1 parent 989fa94 commit 4700a37
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions kubernetes/cmsweb/daemonset/auth-proxy-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,6 @@ spec:
- containerPort: 9091
name: metrics
volumeMounts:
- mountPath: /etc/cric
name: cric-volume
- name: auth-proxy-server-secrets
mountPath: /etc/secrets
#defaultMode: 256
Expand All @@ -115,7 +113,9 @@ spec:
- name: hostcert
mountPath: /etc/grid-security/hostcert.pem
- name: hostkey
mountPath: /etc/grid-security/hostkey.pem
mountPath: /etc/grid-security/hostkey.pem
#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 @@ -158,9 +158,6 @@ spec:
- name: www-htdocs
mountPath: /tmp/htdocs
volumes:
- name: cric-volume
persistentVolumeClaim:
claimName: cric-pvc
- name: auth-proxy-server-secrets
secret:
secretName: auth-proxy-server-secrets
Expand All @@ -181,6 +178,9 @@ spec:
- name: hostkey
hostPath:
path: /etc/grid-security/hostkey.pem
#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 4700a37

Please sign in to comment.