File tree Expand file tree Collapse file tree 4 files changed +497
-2
lines changed
Expand file tree Collapse file tree 4 files changed +497
-2
lines changed Original file line number Diff line number Diff line change 11# PHP - Examples: PHP-FPM & NGINX & MySQL (using DHI) for K8s/Kubernetes
22
3+ (see also folder: ` fpm-nginx-dhi ` )
4+
35## Steps:
461 . ``` kubectl apply -f namespace.yaml ```
572 . Registry Login (needed for DHI), see below.
683 . Preparation:
79 * 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.
811 * Set ` storageClassName ` in ` volumes.yaml ` .
9124 . ``` kubectl apply -f volumes.yaml ```
10135 . ``` kubectl apply -f wsc-db.yaml ```
Original file line number Diff line number Diff line change 3131
3232---
3333
34+ # when you want using "data" instead "stringData" then ...
35+ # convert string to base64 in Linux: "echo -n 'value' | base64"
36+
3437apiVersion : v1
3538kind : Secret
3639metadata :
You can’t perform that action at this time.
0 commit comments