fix(gitops): point postgresql stack at ghcr images
This commit is contained in:
parent
529648f6c5
commit
5ade3ead11
@ -17,7 +17,7 @@ spec:
|
||||
- name: postgresql-ghcr-pull
|
||||
containers:
|
||||
- name: stunnel-client
|
||||
image: dweomer/stunnel:latest
|
||||
image: ghcr.io/x-evor/postgresql.svc.plus/stunnel-client:latest
|
||||
imagePullPolicy: IfNotPresent
|
||||
env:
|
||||
- name: STUNNEL_SERVICE
|
||||
|
||||
@ -17,7 +17,7 @@ spec:
|
||||
- name: postgresql-ghcr-pull
|
||||
containers:
|
||||
- name: stunnel-server
|
||||
image: dweomer/stunnel:latest
|
||||
image: ghcr.io/x-evor/postgresql.svc.plus/stunnel-server:latest
|
||||
imagePullPolicy: IfNotPresent
|
||||
command: ["stunnel", "/etc/stunnel/stunnel.conf"]
|
||||
ports:
|
||||
|
||||
@ -2,8 +2,8 @@ server:
|
||||
enabled: true
|
||||
|
||||
image:
|
||||
repository: postgres
|
||||
tag: "17.9"
|
||||
repository: ghcr.io/x-evor/postgresql.svc.plus/postgresql-svc-plus
|
||||
tag: latest
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
imagePullSecrets:
|
||||
@ -54,7 +54,7 @@ stunnel:
|
||||
stunnelClient:
|
||||
enabled: false
|
||||
image:
|
||||
repository: dweomer/stunnel
|
||||
repository: ghcr.io/x-evor/postgresql.svc.plus/stunnel-client
|
||||
tag: latest
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user