mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-01-11 21:23:12 +01:00
19 lines
408 B
YAML
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
|