mirror of
https://github.com/autistic-symposium/ml-quantum-tensorflow-py.git
synced 2025-08-03 03:36:20 -04:00
kustomize
This commit is contained in:
parent
ae72757665
commit
aa0e248a45
330 changed files with 27690 additions and 0 deletions
|
@ -0,0 +1,31 @@
|
|||
apiVersion: extensions/v1beta1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
labels:
|
||||
app: centraldashboard
|
||||
name: centraldashboard
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: centraldashboard
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: centraldashboard
|
||||
spec:
|
||||
containers:
|
||||
- image: gcr.io/kubeflow-images-public/centraldashboard:v0.5.0
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: centraldashboard
|
||||
ports:
|
||||
- containerPort: 8082
|
||||
protocol: TCP
|
||||
env:
|
||||
- name: USERID_HEADER
|
||||
value: $(userid-header)
|
||||
- name: USERID_PREFIX
|
||||
value: $(userid-prefix)
|
||||
- name: PROFILES_KFAM_SERVICE_HOST
|
||||
value: profiles-kfam.kubeflow
|
||||
serviceAccountName: centraldashboard
|
Loading…
Add table
Add a link
Reference in a new issue