Add distance matrix

This commit is contained in:
2019-02-26 14:54:16 +01:00
parent c8082554ec
commit 4ccc2fc98e
7 changed files with 113 additions and 31 deletions
+17
View File
@@ -42,7 +42,24 @@ spec:
memory: "100Mi"
imagePullPolicy: Always
image: registry.gitlab.com/unboundsoftware/dancefinder/geo-service:${COMMIT}
ports:
- containerPort: 80
name: http
envFrom:
- secretRef:
name: google-maps-api
restartPolicy: Always
---
apiVersion: v1
kind: Service
metadata:
name: geo-service
spec:
ports:
- port: 80
name: http
protocol: TCP
targetPort: 80
selector:
app: geo-service
type: ClusterIP