Add wordpress example for demonstrating variable reference

This commit is contained in:
Jingfang Liu
2018-06-08 11:25:19 -07:00
parent 900ac005dd
commit 1f8e56a210
10 changed files with 152 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
apiVersion: v1
kind: Service
metadata:
name: mysql
labels:
app: mysql
spec:
ports:
- port: 3306
selector:
app: mysql