UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Platform One
Big Bang
P
Packages
Developer Tools
sonarqube
Commits
c7a28050
You need to sign in or sign up before continuing.
Commit
c7a28050
authored
Sep 02, 2021
by
Branden Cobb
Browse files
busybox remove
parent
bd90970f
Pipeline
#457851
passed with stages
in 5 minutes and 21 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
chart/charts/postgresql-8.6.4.tgz
chart/charts/postgresql-8.6.4.tgz
+0
-0
chart/deps/postgresql/values.yaml
chart/deps/postgresql/values.yaml
+2
-2
chart/values.yaml
chart/values.yaml
+3
-3
No files found.
chart/charts/postgresql-8.6.4.tgz
View file @
c7a28050
No preview for this file type
chart/deps/postgresql/values.yaml
View file @
c7a28050
...
@@ -334,7 +334,7 @@ master:
...
@@ -334,7 +334,7 @@ master:
priorityClassName
:
"
"
priorityClassName
:
"
"
extraInitContainers
:
|
extraInitContainers
:
|
# - name: do-something
# - name: do-something
# image:
busybox
# image:
# command: ['do', 'something']
# command: ['do', 'something']
## Additional PostgreSQL Master Volume mounts
## Additional PostgreSQL Master Volume mounts
...
@@ -374,7 +374,7 @@ slave:
...
@@ -374,7 +374,7 @@ slave:
priorityClassName
:
"
"
priorityClassName
:
"
"
extraInitContainers
:
|
extraInitContainers
:
|
# - name: do-something
# - name: do-something
# image:
busybox
# image:
# command: ['do', 'something']
# command: ['do', 'something']
## Additional PostgreSQL Slave Volume mounts
## Additional PostgreSQL Slave Volume mounts
##
##
...
...
chart/values.yaml
View file @
c7a28050
...
@@ -115,7 +115,7 @@ livenessProbe:
...
@@ -115,7 +115,7 @@ livenessProbe:
# sonar.web.context: /sonarqube
# sonar.web.context: /sonarqube
initContainers
:
initContainers
:
# image:
busybox:1.32
# image:
# We allow the init containers to have a separate security context declaration because
# We allow the init containers to have a separate security context declaration because
# the initContainer may not require the same as SonarQube.
# the initContainer may not require the same as SonarQube.
# securityContext: {}
# securityContext: {}
...
@@ -132,7 +132,7 @@ initContainers:
...
@@ -132,7 +132,7 @@ initContainers:
extraInitContainers
:
{}
extraInitContainers
:
{}
# Extra init containers to e.g. download required artifacts
# Extra init containers to e.g. download required artifacts
# - name: "prometheus-exporter-downloader"
# - name: "prometheus-exporter-downloader"
# image: "
busybox
"
# image: ""
# imagePullPolicy: "IfNotPresent"
# imagePullPolicy: "IfNotPresent"
# securityContext:
# securityContext:
# runAsNonRoot: true
# runAsNonRoot: true
...
@@ -159,7 +159,7 @@ initSysctl:
...
@@ -159,7 +159,7 @@ initSysctl:
fsFileMax
:
131072
fsFileMax
:
131072
nofile
:
131072
nofile
:
131072
nproc
:
8192
nproc
:
8192
# image:
busybox:1.32
# image:
securityContext
:
securityContext
:
privileged
:
true
privileged
:
true
# resources: {}
# resources: {}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment