mirror of
https://github.com/autistic-symposium/ml-quantum-tensorflow-py.git
synced 2025-07-18 04:08:46 -04:00
16 lines
227 B
YAML
16 lines
227 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: katib-ui
|
|
labels:
|
|
app: katib
|
|
component: ui
|
|
spec:
|
|
type: ClusterIP
|
|
ports:
|
|
- port: 80
|
|
protocol: TCP
|
|
name: ui
|
|
selector:
|
|
app: katib
|
|
component: ui
|