mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-09 08:41:30 -05:00
update
This commit is contained in:
parent
8d04dfc900
commit
61d92f5759
1 changed files with 9 additions and 10 deletions
|
|
@ -12,24 +12,23 @@ 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:
|
||||||
|
type: ClusterIP
|
||||||
|
port: 80
|
||||||
|
targetport: 8080
|
||||||
|
|
||||||
service:
|
swagger:
|
||||||
type: ClusterIP
|
host: api.durp.info
|
||||||
port: 80
|
|
||||||
targetport: 8080
|
|
||||||
|
|
||||||
swagger:
|
|
||||||
host: api.durp.info
|
|
||||||
postgresql:
|
postgresql:
|
||||||
enabled: true
|
enabled: true
|
||||||
auth:
|
auth:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue