Skip to content

Instantly share code, notes, and snippets.

View Ozy-Viking's full-sized avatar

Zack Hankin Ozy-Viking

View GitHub Profile
@Ozy-Viking
Ozy-Viking / mariadb.yml
Created August 5, 2021 01:08 — 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