Skip to content

Instantly share code, notes, and snippets.

@juanjocop
juanjocop / mariadb.yml
Last active October 7, 2021 09: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