This commit is contained in:
2023-08-20 07:58:09 -05:00
parent 167c6ed587
commit 22b3f622f2
7 changed files with 11 additions and 45 deletions

32
charts/api/values.yaml Normal file
View File

@@ -0,0 +1,32 @@
deployment:
image: registry.gitlab.com/developerdurp/durpapi
tag: ""
imagePullPolicy: Always
secretfile: durpapi-secret
hpa:
minReplicas: 3
maxReplicas: 10
probe:
readiness:
httpGet:
path: /api/health/getHealth
port: 8080
liveness:
httpGet:
path: /api/health/getHealth
port: 8080
startup:
httpGet:
path: /api/health/getHealth
port: 8080
service:
type: ClusterIP
port: 80
targetport: 8080
swagger:
host: api.durp.info
postgresql:
enabled: false