We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77d4f20 commit c249004Copy full SHA for c249004
4 files changed
examples/fpm-nginx-dhi-k8s/README.md
@@ -1,10 +1,13 @@
1
# PHP - Examples: PHP-FPM & NGINX & MySQL (using DHI) for K8s/Kubernetes
2
3
+(see also folder: `fpm-nginx-dhi`)
4
+
5
## Steps:
6
1. ```kubectl apply -f namespace.yaml```
7
2. Registry Login (needed for DHI), see below.
8
3. Preparation:
9
* Change `ConfigMap` and `Secret` (Passwords) in `wsc-db.yaml` and `wsc-db.yaml`.
10
+ * Set Domain/Host(s) in `Ingress` in `wsc-db.yaml` and set ssl-cert.
11
* Set `storageClassName` in `volumes.yaml`.
12
4. ```kubectl apply -f volumes.yaml```
13
5. ```kubectl apply -f wsc-db.yaml```
examples/fpm-nginx-dhi-k8s/wsc-db.yaml
@@ -31,6 +31,9 @@ data:
31
32
---
33
34
+# when you want using "data" instead "stringData" then ...
35
+# convert string to base64 in Linux: "echo -n 'value' | base64"
36
37
apiVersion: v1
38
kind: Secret
39
metadata:
0 commit comments