Files
solidtime-chart/templates/service.yaml

16 lines
334 B
YAML
Raw Normal View History

2025-12-10 20:29:40 +01:00
apiVersion: v1
kind: Service
metadata:
name: {{ include "solidtime.fullname" . }}
labels:
{{- include "solidtime.labels" . | nindent 4 }}
spec:
type: ClusterIP
ports:
- port: 80
targetPort: 80
protocol: TCP
name: http
selector:
# Matches the labels in deployment-app.yaml
app: solidtime-app