Add /status/:code
All checks were successful
Gitea Actions Demo / lint (push) Successful in 1m25s
Gitea Actions Demo / test (push) Successful in 1m21s
Gitea Actions Demo / release-image (push) Successful in 1m4s

This commit is contained in:
2024-08-11 16:43:23 -05:00
parent 72f083c444
commit 435687db49
2 changed files with 8 additions and 0 deletions

View File

@ -28,6 +28,7 @@ spec:
containers:
- name: toy
image: git.kill0.net/ryanc/toy:latest
imagePullPolicy: Always
ports:
- name: web
containerPort: 4567