Skip to content

Commit

Permalink
chore: add nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
gary-van-woerkens committed Aug 18, 2023
1 parent 5c28152 commit 5e1777c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .kontinuous/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ app:
# more_set_headers "X-XSS-Protection: 1; mode=block";
# more_set_headers "X-Content-Type-Options: nosniff";

nginx:
image: nginx:1.23
host: "nginx-{{ .Values.global.host }}"
containerPort: 1080

jobs:
runs:
build-app:
Expand Down

0 comments on commit 5e1777c

Please sign in to comment.