init: technical take home for gitlab operate
This commit is contained in:
25
helm/values.yaml
Normal file
25
helm/values.yaml
Normal 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
|
||||
Reference in New Issue
Block a user