diff --git a/installation/kubernetes/coreapp.yaml b/installation/kubernetes/coreapp.yaml index e2c4189..036839f 100644 --- a/installation/kubernetes/coreapp.yaml +++ b/installation/kubernetes/coreapp.yaml @@ -63,6 +63,7 @@ spec: containers: - name: whatsapp-coreapp image: docker.whatsapp.biz/coreapp:v$VERSION + command: ["/opt/whatsapp/bin/launch_within_docker.sh"] imagePullPolicy: IfNotPresent resources: limits: diff --git a/installation/kubernetes/master.yaml b/installation/kubernetes/master.yaml index 615a0dc..4dcefcc 100644 --- a/installation/kubernetes/master.yaml +++ b/installation/kubernetes/master.yaml @@ -63,6 +63,7 @@ spec: containers: - name: whatsapp-master image: docker.whatsapp.biz/coreapp:v$VERSION + command: ["/opt/whatsapp/bin/launch_within_docker.sh"] imagePullPolicy: IfNotPresent resources: limits: diff --git a/installation/kubernetes/webapp.yaml b/installation/kubernetes/webapp.yaml index 226a284..26c348b 100644 --- a/installation/kubernetes/webapp.yaml +++ b/installation/kubernetes/webapp.yaml @@ -51,6 +51,7 @@ spec: containers: - name: whatsapp-web image: docker.whatsapp.biz/web:v$VERSION + command: ["/opt/whatsapp/bin/launch_within_docker.sh"] imagePullPolicy: IfNotPresent resources: limits: