Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: wuhuizuo <wuhuizuo@126.com>
  • Loading branch information
wuhuizuo committed Dec 17, 2023
1 parent 6c6eacd commit 375066c
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions apps/prod/jenkins/release/values-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,6 @@ controller:
-XX:+UnlockDiagnosticVMOptions
-Xlog:gc*=info,gc+heap=debug,gc+ref*=debug,gc+ergo*=trace,gc+age*=trace:file=/var/jenkins_home/logs/gc-%t.log:utctime,pid,level,tags:filecount=2,filesize=100M
# Optionally specify additional init-containers
customInitContainers:
- name: init-create-logs-dir
image: "alpine:3.18.3"
imagePullPolicy: Always
command: ["mkdir", "-p", "/var/jenkins_home/logs"]
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
runAsGroup: 1000
runAsUser: 1000
volumeMounts:
- mountPath: /var/jenkins_home
name: jenkins-home
# jenkinsOpts: ""
# If you are using the ingress definitions provided by this chart via the `controller.ingress` block the configured hostname will be the ingress hostname starting with `https://` or `http://` depending on the `tls` configuration.
Expand Down

0 comments on commit 375066c

Please sign in to comment.