mirror of
https://github.com/autistic-symposium/ml-quantum-tensorflow-py.git
synced 2025-08-03 19:54:16 -04:00
14 lines
204 B
YAML
14 lines
204 B
YAML
kind: Service
|
|
apiVersion: v1
|
|
metadata:
|
|
labels:
|
|
app: metadata
|
|
name: service
|
|
spec:
|
|
selector:
|
|
component: server
|
|
type: ClusterIP
|
|
ports:
|
|
- port: 8080
|
|
protocol: TCP
|
|
name: backendapi
|