UNCLASSIFIED

Commit ee3acde7 authored by Kavitha Thulasiraman's avatar Kavitha Thulasiraman
Browse files

add changelog

parent b9bdd4e2
Pipeline #403971 failed with stages
in 11 minutes and 27 seconds
......@@ -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"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment