Add configs

This commit is contained in:
Damien Robichaud
2019-08-23 12:52:23 -07:00
parent 40c613d0cd
commit 3f1b2bb744
11 changed files with 168 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
apiVersion: v1
kind: Service
metadata:
name: redis-http-cache
spec:
clusterIP: None
ports:
- protocol: "TCP"
port: 6379
targetPort: http-cache-port