fix(gitops): restore postgresql stunnel deployment
This commit is contained in:
parent
4fcd0a4f34
commit
962c7641bb
@ -47,11 +47,19 @@ metrics:
|
|||||||
|
|
||||||
stunnel:
|
stunnel:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
image:
|
||||||
|
repository: ghcr.io/x-evor/stunnel-server
|
||||||
|
tag: "2330d36"
|
||||||
|
pullPolicy: IfNotPresent
|
||||||
port: 5433
|
port: 5433
|
||||||
certificatesSecret: postgresql-stunnel-server
|
certificatesSecret: postgresql-stunnel-server
|
||||||
|
|
||||||
stunnelClient:
|
stunnelClient:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
image:
|
||||||
|
repository: dweomer/stunnel
|
||||||
|
tag: latest
|
||||||
|
pullPolicy: IfNotPresent
|
||||||
service:
|
service:
|
||||||
port: 15432
|
port: 15432
|
||||||
config: |
|
config: |
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user