Skip to content

Commit

Permalink
Fixed deployment.yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
ajchili committed Aug 20, 2019
1 parent c28a0db commit dac975d
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: apps/v1best2
apiVersion: apps/v1beta2
kind: Deployment
metadata:
labels:
Expand All @@ -12,10 +12,10 @@ spec:
metadata:
labels:
app: ml-pipeline-visualizationserver
spec:
containers:
image: gcr.io/ml-pipeline/visualization-server:0.1.26
imagePullPolicy: IfNotPresent
name: ml-pipeline-visualizationserver
ports:
- containerPort: 8888
spec:
containers:
- image: gcr.io/ml-pipeline/visualization-server:0.1.26
imagePullPolicy: IfNotPresent
name: ml-pipeline-visualizationserver
ports:
- containerPort: 8888

0 comments on commit dac975d

Please sign in to comment.