Files
service-catalog/manifests/helm/jupyterlab/1.0.0/templates/service.yaml
T
2026-03-26 15:14:05 +09:00

18 lines
399 B
YAML

apiVersion: v1
kind: Service
metadata:
name: {{ include "jupyterlab.name" . }}
namespace: {{ .Release.Namespace }}
labels:
{{- include "jupyterlab.labels" . | nindent 4 }}
spec:
type: ClusterIP
selector:
app: {{ include "jupyterlab.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
ports:
- name: http
port: 8888
targetPort: 8888
protocol: TCP