fix(gitops): make stunnel client selector compatible

This commit is contained in:
Haitao Pan 2026-04-02 19:05:05 +08:00
parent 5ade3ead11
commit 561a724d58

View File

@ -7,11 +7,16 @@ spec:
replicas: 1 replicas: 1
selector: selector:
matchLabels: matchLabels:
app: postgresql-stunnel-client app.kubernetes.io/component: stunnel-client
app.kubernetes.io/instance: postgresql
app.kubernetes.io/name: postgresql
template: template:
metadata: metadata:
labels: labels:
app: postgresql-stunnel-client app: postgresql-stunnel-client
app.kubernetes.io/component: stunnel-client
app.kubernetes.io/instance: postgresql
app.kubernetes.io/name: postgresql
spec: spec:
imagePullSecrets: imagePullSecrets:
- name: postgresql-ghcr-pull - name: postgresql-ghcr-pull