Skip to content

Commit 6dd8706

Browse files
authored
Update dbs2go-global-r.yaml
1 parent 041c8fb commit 6dd8706

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

kubernetes/cmsweb/services/dbs2go-global-r.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -68,18 +68,18 @@ spec:
6868
#PROD# - |
6969
#PROD# apt-get update && apt-get install -y sudo && apt-get clean && \
7070
#PROD# chmod 0777 /data/srv/logs/dbs && chown 1000:1000 /data/srv/logs/dbs
71-
image: ubuntu
72-
imagePullPolicy: Always
73-
name: init-install-sudo
74-
resources: {}
75-
securityContext:
76-
runAsGroup: 0
77-
runAsUser: 0
78-
terminationMessagePath: /dev/termination-log
79-
terminationMessagePolicy: File
80-
volumeMounts:
81-
- mountPath: /data/srv/logs/dbs
82-
name: logs
71+
#PROD# image: ubuntu
72+
#PROD# imagePullPolicy: Always
73+
#PROD# name: init-install-sudo
74+
#PROD# resources: {}
75+
#PROD# securityContext:
76+
#PROD# runAsGroup: 0
77+
#PROD# runAsUser: 0
78+
#PROD# terminationMessagePath: /dev/termination-log
79+
#PROD# terminationMessagePolicy: File
80+
#PROD# volumeMounts:
81+
#PROD# - mountPath: /data/srv/logs/dbs
82+
#PROD# name: logs
8383
securityContext:
8484
runAsUser: 1000
8585
runAsGroup: 1000

0 commit comments

Comments
 (0)