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
Security Tools
Twistlock
Commits
ee3acde7
Commit
ee3acde7
authored
Aug 03, 2021
by
Kavitha Thulasiraman
Browse files
add changelog
parent
b9bdd4e2
Pipeline
#403971
failed with stages
in 11 minutes and 27 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
chart/templates/console/deployment.yaml
chart/templates/console/deployment.yaml
+6
-4
No files found.
chart/templates/console/deployment.yaml
View file @
ee3acde7
...
...
@@ -40,6 +40,8 @@ spec:
containers
:
-
name
:
twistlock-console
image
:
{{
.Values.console.image.repository
}}
:{{ .Values.console.image.tag }}
resources
:
{{
toYaml .Values.resources | indent 12
}}
ports
:
-
name
:
mgmt-https
containerPort
:
8083
...
...
@@ -47,8 +49,7 @@ spec:
containerPort
:
8084
-
name
:
mgmt-http
containerPort
:
8081
resources
:
{{
toYaml .Values.resources | nindent 10
}}
env
:
-
name
:
HIGH_AVAILABILITY_ENABLED
value
:
"
false"
...
...
@@ -85,5 +86,6 @@ spec:
configMap
:
name
:
twistlock-console
-
name
:
syslog-socket
hostPath
:
path
:
"
/dev/log"
persistentVolumeClaim
:
claimName
:
"
syslog-console"
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