Files
service-catalog/charts/kubeflow/apps/centraldashboard/upstream/base/service.yaml
T
2025-01-13 02:31:27 +00:00

16 lines
247 B
YAML

apiVersion: v1
kind: Service
metadata:
labels:
app: centraldashboard
name: centraldashboard
spec:
ports:
- port: 80
protocol: TCP
targetPort: 8082
selector:
app: centraldashboard
sessionAffinity: None
type: ClusterIP