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