Automated Manifest Update (#2259)
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>
This commit was merged in pull request #2259.
This commit is contained in:
28
clusters/cl01tl/manifests/roundcube/Service-roundcube.yaml
Normal file
28
clusters/cl01tl/manifests/roundcube/Service-roundcube.yaml
Normal file
@@ -0,0 +1,28 @@
|
||||
---
|
||||
# Source: roundcube/charts/roundcube/templates/common.yaml
|
||||
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.4.0
|
||||
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
|
||||
Reference in New Issue
Block a user