release: 1.2.2

This commit is contained in:
Paul Pan 2024-01-06 20:27:28 +08:00
parent 9286aea36a
commit a128fceec0
Signed by: Paul
GPG Key ID: D639BDF5BA578AF4
6 changed files with 9 additions and 7 deletions

View File

@ -1 +1 @@
1.2.2-dev 1.2.2

View File

@ -1,6 +1,6 @@
services: services:
server: server:
image: git.0x7f.app/woj/woj-server:1.2.1 image: git.0x7f.app/woj/woj-server:1.2.2
restart: unless-stopped restart: unless-stopped
healthcheck: healthcheck:
test: [ "CMD", "wget", "-q", "-O", "/dev/null", "http://127.0.0.1:8000/health" ] test: [ "CMD", "wget", "-q", "-O", "/dev/null", "http://127.0.0.1:8000/health" ]
@ -33,7 +33,7 @@ services:
- "8000:8000" - "8000:8000"
runner: runner:
image: git.0x7f.app/woj/woj-runner:1.2.1 image: git.0x7f.app/woj/woj-runner:1.2.2
restart: unless-stopped restart: unless-stopped
command: runner command: runner
security_opt: security_opt:

View File

@ -60,7 +60,8 @@ metadata:
labels: labels:
app: cache app: cache
spec: spec:
type: ClusterIP # for production use ClusterIP
type: LoadBalancer
selector: selector:
app: cache app: cache
ports: ports:

View File

@ -70,7 +70,8 @@ metadata:
labels: labels:
app: db app: db
spec: spec:
type: ClusterIP # for production use ClusterIP
type: LoadBalancer
selector: selector:
app: db app: db
ports: ports:

View File

@ -35,7 +35,7 @@ spec:
spec: spec:
containers: containers:
- name: runner - name: runner
image: git.0x7f.app/woj/woj-runner:1.2.1 image: git.0x7f.app/woj/woj-runner:1.2.2
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
args: args:
- runner - runner

View File

@ -20,7 +20,7 @@ spec:
spec: spec:
containers: containers:
- name: server - name: server
image: git.0x7f.app/woj/woj-server:1.2.1 image: git.0x7f.app/woj/woj-server:1.2.2
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
args: args:
- server - server