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

View File

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

View File

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

View File

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

View File

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