Compare commits

...

1 Commits

Author SHA1 Message Date
Ultradesu 2ef2952093 Fix pet image tag
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 7s
Check with kubeconform / lint (push) Successful in 7s
Auto-update README / Generate README and Create MR (push) Successful in 7s
2026-04-29 17:57:11 +03:00
+6 -6
View File
@@ -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