update
This commit is contained in:
@@ -1,41 +1,40 @@
|
|||||||
durpapi:
|
ingress:
|
||||||
ingress:
|
enabled: false
|
||||||
enabled: false
|
deployment:
|
||||||
deployment:
|
image: registry.internal.durp.info/developerdurp/durpapi
|
||||||
image: registry.internal.durp.info/developerdurp/durpapi
|
tag: "0.1.0-dev0141"
|
||||||
tag: "0.1.0-dev0141"
|
secretfile: durpapi-secret
|
||||||
secretfile: durpapi-secret
|
imagePullPolicy: Always
|
||||||
imagePullPolicy: Always
|
hpa:
|
||||||
hpa:
|
minReplicas: 3
|
||||||
minReplicas: 3
|
maxReplicas: 10
|
||||||
maxReplicas: 10
|
probe:
|
||||||
probe:
|
readiness:
|
||||||
readiness:
|
httpGet:
|
||||||
httpGet:
|
path: /api/health/gethealth
|
||||||
path: /api/health/gethealth
|
port: 8080
|
||||||
port: 8080
|
liveness:
|
||||||
liveness:
|
httpGet:
|
||||||
httpGet:
|
path: /api/health/gethealth
|
||||||
path: /api/health/gethealth
|
port: 8080
|
||||||
port: 8080
|
startup:
|
||||||
startup:
|
httpGet:
|
||||||
httpGet:
|
path: /api/health/gethealth
|
||||||
path: /api/health/gethealth
|
port: 8080
|
||||||
port: 8080
|
service:
|
||||||
service:
|
type: ClusterIP
|
||||||
type: ClusterIP
|
port: 80
|
||||||
port: 80
|
targetport: 8080
|
||||||
targetport: 8080
|
|
||||||
|
|
||||||
swagger:
|
swagger:
|
||||||
host: api.durp.info
|
host: api.durp.info
|
||||||
postgresql:
|
postgresql:
|
||||||
enabled: true
|
enabled: true
|
||||||
auth:
|
auth:
|
||||||
existingSecret: durpapi-secret
|
existingSecret: durpapi-secret
|
||||||
secretKeys:
|
secretKeys:
|
||||||
adminPasswordKey: db_pass
|
adminPasswordKey: db_pass
|
||||||
userPasswordKey: db_pass
|
userPasswordKey: db_pass
|
||||||
replicationPasswordKey: db_pass
|
replicationPasswordKey: db_pass
|
||||||
database: postgres
|
database: postgres
|
||||||
username: postgres
|
username: postgres
|
||||||
|
|||||||
Reference in New Issue
Block a user