12 lines
194 B
YAML
12 lines
194 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: labmap-frontend
|
|
spec:
|
|
selector:
|
|
app: labmap-frontend
|
|
ports:
|
|
- port: 80
|
|
targetPort: {{ .Values.frontend.port }}
|
|
type: ClusterIP
|