1
0
Fork 0

feat: add helm chart for deployment to k8s

This commit is contained in:
Vojtěch Mareš 2024-06-24 08:44:41 +02:00
parent 917376899c
commit bb1a9403bb
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D
14 changed files with 218 additions and 1 deletions

View file

@ -5,7 +5,7 @@ stages:
- test
- build
test:
test:go:
stage: test
image: golang:alpine
variables:
@ -26,6 +26,13 @@ test:
coverage_format: cobertura
path: coverage.xml
test:helm:
stage: test
image: chainguard/helm:latest
script:
- helm lint ./deploy
- helm template ./deploy --values deploy/values.test.yaml
build:httpserver:
stage: build
variables: