Files
infrastructure/clusters/cl01tl/manifests/dawarich/Service-dawarich.yaml
gitea-bot c6a44f31ef Automated Manifest Update (#4392)
This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow.

Reviewed-on: #4392
Co-authored-by: gitea-bot <gitea-bot@alexlebens.net>
Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
2026-03-03 22:35:47 +00:00

27 lines
596 B
YAML

apiVersion: v1
kind: Service
metadata:
name: dawarich
labels:
app.kubernetes.io/instance: dawarich
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: dawarich
app.kubernetes.io/service: dawarich
helm.sh/chart: dawarich-4.6.2
namespace: dawarich
spec:
type: ClusterIP
ports:
- port: 80
targetPort: 3000
protocol: TCP
name: http
- port: 9394
targetPort: 9394
protocol: TCP
name: metrics
selector:
app.kubernetes.io/controller: main
app.kubernetes.io/instance: dawarich
app.kubernetes.io/name: dawarich