mirror of
https://github.com/autistic-symposium/ml-quantum-tensorflow-py.git
synced 2025-05-17 05:52:33 -04:00
16 lines
232 B
YAML
16 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
|