This commit is contained in:
2024-04-02 21:09:42 -05:00
parent 8d04dfc900
commit 61d92f5759

View File

@@ -12,23 +12,22 @@ durpapi:
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