fix(gitops): make stunnel client selector compatible
This commit is contained in:
parent
5ade3ead11
commit
561a724d58
@ -7,11 +7,16 @@ spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: postgresql-stunnel-client
|
||||
app.kubernetes.io/component: stunnel-client
|
||||
app.kubernetes.io/instance: postgresql
|
||||
app.kubernetes.io/name: postgresql
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: postgresql-stunnel-client
|
||||
app.kubernetes.io/component: stunnel-client
|
||||
app.kubernetes.io/instance: postgresql
|
||||
app.kubernetes.io/name: postgresql
|
||||
spec:
|
||||
imagePullSecrets:
|
||||
- name: postgresql-ghcr-pull
|
||||
|
||||
Loading…
Reference in New Issue
Block a user