Skip to content

Commit

Permalink
feat(app): make hello world gin mode to release
Browse files Browse the repository at this point in the history
Signed-off-by: iverly <[email protected]>
  • Loading branch information
iverly committed Apr 18, 2024
1 parent 4203a1c commit 817975b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/hello-world/manifests/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ spec:
- name: hello-world
image: ghcr.io/do4-2022/openstack-k0s-apko/hello-world:ee5ffa6
imagePullPolicy: IfNotPresent
env:
- name: GIN_MODE
value: "release"
ports:
- name: http
containerPort: 8080
Expand Down

0 comments on commit 817975b

Please sign in to comment.