This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow. Reviewed-on: #2259 Co-authored-by: gitea-bot <gitea-bot@alexlebens.net> Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
27 lines
791 B
YAML
27 lines
791 B
YAML
---
|
|
# Source: cloudnative-pg/charts/plugin-barman-cloud/templates/service.yaml
|
|
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
labels:
|
|
helm.sh/chart: plugin-barman-cloud-0.3.1
|
|
app.kubernetes.io/name: plugin-barman-cloud
|
|
app.kubernetes.io/instance: cloudnative-pg
|
|
app.kubernetes.io/version: "v0.9.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
|