mirror of
https://github.com/dat515-2025/Group-8.git
synced 2026-03-22 06:57:47 +01:00
11 lines
209 B
YAML
11 lines
209 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: {{ .Values.app.name }}
|
|
spec:
|
|
ports:
|
|
- port: {{ .Values.service.port }}
|
|
targetPort: {{ .Values.app.port }}
|
|
selector:
|
|
app: {{ .Values.app.name }}
|