We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dc19a8 commit 355f4b0Copy full SHA for 355f4b0
kubernetes-wordpress.yml
@@ -0,0 +1,25 @@
1
+apiVersion: v1
2
+kind: Pod
3
+metadata:
4
+ name: wordpress
5
+ labels:
6
7
+spec:
8
+ containers:
9
+
10
+ - image: redis:3-alpine
11
+ name: redis
12
13
+ - image: microsoft/multicontainerwordpress
14
15
+ ports:
16
+ - containerPort: 80
17
18
+ volumeMounts:
19
+ - name: appservice-storage
20
+ mountPath: /var/www/html
21
+ subPath: /site/wwwroot
22
+ volumes:
23
24
+ hostConfig:
25
+ path: ${WEBAPP_STORAGE_HOME}
0 commit comments