mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
12 lines
244 B
YAML
12 lines
244 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: portabase
|
|
spec:
|
|
type: {{ .Values.service.type }}
|
|
selector:
|
|
app: portabase
|
|
ports:
|
|
- port: {{ .Values.service.port }}
|
|
targetPort: 80
|
|
nodePort: {{ .Values.service.nodePort }} |