updateded build scripts

This commit is contained in:
Henry Oswald
2018-02-21 15:42:51 +00:00
parent 12b13d6199
commit d698cc318f
6 changed files with 50 additions and 19 deletions

View File

@@ -6,9 +6,9 @@ metadata:
spec:
type: LoadBalancer
ports:
- port: 3009
- port: 80
protocol: TCP
targetPort: 3009
targetPort: 80
selector:
run: clsi
---
@@ -26,12 +26,12 @@ spec:
spec:
containers:
- name: clsi
image: gcr.io/henry-terraform-admin/clsi:6e0c79688030117a9c27d0fc01d1271e6ac3dd3e
image: gcr.io/henry-terraform-admin/clsi
imagePullPolicy: Always
readinessProbe:
httpGet:
path: status
port: 3009
port: 80
periodSeconds: 5
initialDelaySeconds: 0
failureThreshold: 3