Skip to content

Commit

Permalink
Explicitly specify command for k8s spec (#86)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #86

Reviewed By: hasharmameta

Differential Revision: D43837079

Pulled By: nemani

fbshipit-source-id: aab25bc8c1370b3a45c5b3f538add9c7da70dc9f
  • Loading branch information
nemani authored and facebook-github-bot committed Mar 6, 2023
1 parent 3aeb94b commit 86e8e18
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions installation/kubernetes/coreapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions installation/kubernetes/master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions installation/kubernetes/webapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 86e8e18

Please sign in to comment.