fix: entrypoint command on containers
This commit is contained in:
parent
0ec29da5da
commit
4bdf975d4f
@ -16,6 +16,7 @@ spec:
|
||||
containers:
|
||||
- name: typebot-builder
|
||||
image: {{ .Values.image.builder.repository }}:{{ .Values.image.builder.tag }}
|
||||
command: ["/bin/sh", "-c", "/app/builder-entrypoint.sh"]
|
||||
ports:
|
||||
- containerPort: 3000
|
||||
env:
|
||||
@ -97,6 +98,7 @@ spec:
|
||||
containers:
|
||||
- name: viewer
|
||||
image: {{ .Values.image.viewer.repository }}:{{ .Values.image.viewer.tag }}
|
||||
command: ["/bin/sh", "-c", "/app/viewer-entrypoint.sh"]
|
||||
ports:
|
||||
- containerPort: 3000
|
||||
env:
|
||||
|
Loading…
x
Reference in New Issue
Block a user