plugin-barman-cloud/kubernetes/service.yaml
Leonardo Cecchi 0ad8185081 feat: operator plugin and manifests
Signed-off-by: Leonardo Cecchi <leonardo.cecchi@enterprisedb.com>
2024-10-01 15:32:08 +02:00

19 lines
408 B
YAML

apiVersion: v1
kind: Service
metadata:
labels:
app: barman-cloud
cnpg.io/pluginName: barman-cloud.cloudnative-pg.io
annotations:
cnpg.io/pluginClientSecret: barman-cloud-client-tls
cnpg.io/pluginServerSecret: barman-cloud-server-tls
cnpg.io/pluginPort: "9090"
name: barman-cloud
spec:
ports:
- port: 9090
protocol: TCP
targetPort: 9090
selector:
app: barman-cloud