Fix pet image tag
This commit is contained in:
@@ -25,12 +25,12 @@ spec:
|
|||||||
image: ultradesu/web-petting:0.1.0
|
image: ultradesu/web-petting:0.1.0
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
args:
|
args:
|
||||||
- "tail"
|
# - "tail"
|
||||||
- "-F"
|
# - "-F"
|
||||||
- "/1"
|
# - "/1"
|
||||||
# - "web-petting"
|
- "web-petting"
|
||||||
# - "-l"
|
- "-l"
|
||||||
# - "0.0.0.0:3000"
|
- "0.0.0.0:3000"
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 3000
|
- containerPort: 3000
|
||||||
name: http
|
name: http
|
||||||
|
|||||||
Reference in New Issue
Block a user