mirror of
https://github.com/autistic-symposium/ml-quantum-tensorflow-py.git
synced 2025-04-26 02:39:17 -04:00
14 lines
261 B
YAML
14 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'
|