K8s Cassandra and WordPress

This commit is contained in:
Vincent Fiduccia
2016-03-09 18:14:38 -07:00
parent c252d8e5c9
commit e112782d44
14 changed files with 807 additions and 0 deletions
@@ -0,0 +1,13 @@
apiVersion: v1
kind: Service
metadata:
labels:
name: mysql
name: mysql
spec:
ports:
# the port that this service should serve on
- port: 3306
# label keys and values that must match in order to receive traffic for this service
selector:
name: mysql