chore: Update manifests after change

This commit is contained in:
2026-03-15 01:43:43 +00:00
parent 9701233437
commit 7c0d38b240
4566 changed files with 378033 additions and 375801 deletions

View File

@@ -0,0 +1,27 @@
---
apiVersion: v1
kind: Service
metadata:
name: roundcube
labels:
app.kubernetes.io/instance: roundcube
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: roundcube
app.kubernetes.io/service: roundcube
helm.sh/chart: roundcube-4.6.2
namespace: roundcube
spec:
type: ClusterIP
ports:
- port: 9000
targetPort: 9000
protocol: TCP
name: mail
- port: 80
targetPort: 80
protocol: TCP
name: web
selector:
app.kubernetes.io/controller: main
app.kubernetes.io/instance: roundcube
app.kubernetes.io/name: roundcube