mirror of
https://github.com/autistic-symposium/ml-quantum-tensorflow-py.git
synced 2025-04-25 18:29:11 -04:00
17 lines
232 B
YAML
17 lines
232 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: katib-db
|
|
labels:
|
|
app: katib
|
|
component: db
|
|
spec:
|
|
type: ClusterIP
|
|
ports:
|
|
- port: 3306
|
|
protocol: TCP
|
|
name: dbapi
|
|
selector:
|
|
app: katib
|
|
component: db
|