init: technical take home for gitlab operate

This commit is contained in:
uhryniuk
2026-01-15 20:18:23 -06:00
commit a9a7e13bbe
149 changed files with 1812 additions and 0 deletions

25
helm/values.yaml Normal file
View File

@@ -0,0 +1,25 @@
replicaCount: 1
image:
repository: docker.io/uhryniuk/go-server
pullPolicy: IfNotPresent
tag: "latest"
service:
type: ClusterIP
port: 8080
env:
SERVER_PORT: "8080"
SERVER_HOST: "0.0.0.0"
SERVER_ROOT_PATH: "/app"
SERVER_AUTH_SECRET: "some-secret"
CONFIG_FILE: ""
resources:
limits:
cpu: 100m
memory: 128Mi
requests:
cpu: 50m
memory: 64Mi