Skip to content

Instantly share code, notes, and snippets.

View dilsontome's full-sized avatar

Dilson Tomé dilsontome

View GitHub Profile
@dilsontome
dilsontome / mariadb.yml
Created May 15, 2021 05:34 — forked from geerlingguy/mariadb.yml
Wordpress in Kubernetes K3s on Raspberry Pi
# This manifest assumes 'wordpress' namespace is already present:
#
# kubectl create namespace wordpress
#
# Apply the manifest with:
#
# kubectl apply -f mariadb.yml
---
apiVersion: v1
kind: Secret