Files
solidtime-chart/templates/service.yaml
Olof Pettersson 55bf81ff14
Some checks failed
Publish Helm Chart / publish (push) Failing after 10s
Initial chart commit
2025-12-10 20:29:40 +01:00

16 lines
334 B
YAML

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