From 375066c81fe7fc2209c1e8ae65c3ef6d252824b5 Mon Sep 17 00:00:00 2001 From: wuhuizuo Date: Sun, 17 Dec 2023 19:10:09 +0800 Subject: [PATCH] fix Signed-off-by: wuhuizuo --- apps/prod/jenkins/release/values-controller.yaml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/apps/prod/jenkins/release/values-controller.yaml b/apps/prod/jenkins/release/values-controller.yaml index e79eaa66b..6abc91448 100644 --- a/apps/prod/jenkins/release/values-controller.yaml +++ b/apps/prod/jenkins/release/values-controller.yaml @@ -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.