Files
infrastructure/clusters/cl01tl/manifests/cloudnative-pg/Service-barman-cloud.yaml
gitea-bot 6bf4b263ec Automated Manifest Update (#3717)
This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow.

Reviewed-on: #3717
Co-authored-by: gitea-bot <gitea-bot@alexlebens.net>
Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
2026-02-04 20:20:37 +00:00

25 lines
713 B
YAML

apiVersion: v1
kind: Service
metadata:
labels:
helm.sh/chart: plugin-barman-cloud-0.5.0
app.kubernetes.io/name: plugin-barman-cloud
app.kubernetes.io/instance: cloudnative-pg
app.kubernetes.io/version: "v0.11.0"
app.kubernetes.io/managed-by: Helm
cnpg.io/pluginName: barman-cloud.cloudnative-pg.io
annotations:
cnpg.io/pluginClientSecret: barman-cloud-client-tls
cnpg.io/pluginPort: "9090"
cnpg.io/pluginServerSecret: barman-cloud-server-tls
name: barman-cloud
namespace: cloudnative-pg
spec:
ports:
- port: 9090
protocol: TCP
targetPort: 9090
selector:
app.kubernetes.io/name: plugin-barman-cloud
app.kubernetes.io/instance: cloudnative-pg