fix(gitops): use public images for postgresql stack
This commit is contained in:
parent
1b23fe01c0
commit
a4214274f6
@ -15,7 +15,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: stunnel-server
|
- name: stunnel-server
|
||||||
image: ghcr.io/x-evor/postgresql.svc.plus/stunnel-server:2330d36
|
image: dweomer/stunnel:latest
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
command: ["stunnel", "/etc/stunnel/stunnel.conf"]
|
command: ["stunnel", "/etc/stunnel/stunnel.conf"]
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
@ -2,8 +2,8 @@ server:
|
|||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/x-evor/postgresql.svc.plus/postgres-extensions
|
repository: postgres
|
||||||
tag: latest
|
tag: "17.9"
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
auth:
|
auth:
|
||||||
@ -51,7 +51,7 @@ stunnel:
|
|||||||
stunnelClient:
|
stunnelClient:
|
||||||
enabled: false
|
enabled: false
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/x-evor/postgresql.svc.plus/stunnel-client
|
repository: dweomer/stunnel
|
||||||
tag: latest
|
tag: latest
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
service:
|
service:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user