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
|
- name: postgresql-ghcr-pull
|
||||||
containers:
|
containers:
|
||||||
- name: stunnel-client
|
- name: stunnel-client
|
||||||
image: dweomer/stunnel:latest
|
image: ghcr.io/x-evor/postgresql.svc.plus/stunnel-client:latest
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
- name: STUNNEL_SERVICE
|
- name: STUNNEL_SERVICE
|
||||||
|
|||||||
@ -17,7 +17,7 @@ spec:
|
|||||||
- name: postgresql-ghcr-pull
|
- name: postgresql-ghcr-pull
|
||||||
containers:
|
containers:
|
||||||
- name: stunnel-server
|
- name: stunnel-server
|
||||||
image: dweomer/stunnel:latest
|
image: ghcr.io/x-evor/postgresql.svc.plus/stunnel-server: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: postgres
|
repository: ghcr.io/x-evor/postgresql.svc.plus/postgresql-svc-plus
|
||||||
tag: "17.9"
|
tag: latest
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
@ -54,7 +54,7 @@ stunnel:
|
|||||||
stunnelClient:
|
stunnelClient:
|
||||||
enabled: false
|
enabled: false
|
||||||
image:
|
image:
|
||||||
repository: dweomer/stunnel
|
repository: ghcr.io/x-evor/postgresql.svc.plus/stunnel-client
|
||||||
tag: latest
|
tag: latest
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
service:
|
service:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user