From 61d92f5759534081361d7f89df440b7cf41a92a3 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Tue, 2 Apr 2024 21:09:42 -0500 Subject: [PATCH] update --- durpapi/values.yaml | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/durpapi/values.yaml b/durpapi/values.yaml index 114d271..2bf683f 100644 --- a/durpapi/values.yaml +++ b/durpapi/values.yaml @@ -12,24 +12,23 @@ durpapi: probe: readiness: httpGet: - path: /api/health/getHealth + path: /api/health/gethealth port: 8080 liveness: httpGet: - path: /api/health/getHealth + path: /api/health/gethealth port: 8080 startup: httpGet: - path: /api/health/getHealth + path: /api/health/gethealth port: 8080 + service: + type: ClusterIP + port: 80 + targetport: 8080 -service: - type: ClusterIP - port: 80 - targetport: 8080 - -swagger: - host: api.durp.info + swagger: + host: api.durp.info postgresql: enabled: true auth: