deploy #10

Merged
bstein merged 271 commits from deploy into main 2026-01-19 19:04:01 +00:00
Showing only changes of commit e94ea272ce - Show all commits

View File

@ -188,6 +188,9 @@ spec:
- name: nginx - name: nginx
image: nginx:1.27.5-alpine@sha256:65645c7bb6a0661892a8b03b89d0743208a18dd2f3f17a54ef4b76fb8e2f2a10 image: nginx:1.27.5-alpine@sha256:65645c7bb6a0661892a8b03b89d0743208a18dd2f3f17a54ef4b76fb8e2f2a10
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
args:
- -g
- daemon off; pid /tmp/nginx.pid;
ports: ports:
- name: http - name: http
containerPort: 8080 containerPort: 8080