mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-10 09:11:30 -05:00
update
This commit is contained in:
parent
61d92f5759
commit
829710eda6
1 changed files with 39 additions and 40 deletions
|
|
@ -1,7 +1,6 @@
|
||||||
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
|
||||||
|
|
@ -22,14 +21,14 @@ durpapi:
|
||||||
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue