Skip to content

Files

Latest commit

author
Alexander Czigler
Sep 28, 2022
10bb8ff · Sep 28, 2022

History

History
16 lines (12 loc) · 418 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 418 Bytes

Predictive Movement ghost

# Setup namespace.
kubectl create namespace predictivemovement-ghost
kubens predictivemovement-ghost # Select namespace.

# Create Ghost secret.
kubectl create secret generic ghost --from-literal=password=rawr

# Create MariaDB secret.
kubectl create secret generic mariadb --from-literal=root-password=meow --from-literal=password=purr

# Deploy Ghost + MariaDB.
skaffold run