mirror of
https://github.com/autistic-symposium/ml-quantum-tensorflow-py.git
synced 2025-05-30 11:54:26 -04:00
13 lines
261 B
YAML
13 lines
261 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
commonLabels:
|
|
app: ml-pipeline
|
|
resources:
|
|
- deployment.yaml
|
|
- role-binding.yaml
|
|
- role.yaml
|
|
- service-account.yaml
|
|
- service.yaml
|
|
images:
|
|
- name: gcr.io/ml-pipeline/api-server
|
|
newTag: '0.1.23'
|