From 980306081305e1299f6ee58d99c33bae1b629892 Mon Sep 17 00:00:00 2001 From: Thijs van Loef <58031337+thijsvanloef@users.noreply.github.com> Date: Wed, 24 Jan 2024 11:12:24 +0100 Subject: [PATCH] Update readme.md --- k8s/readme.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/k8s/readme.md b/k8s/readme.md index b5ed4cb..45fdd6b 100644 --- a/k8s/readme.md +++ b/k8s/readme.md @@ -1,7 +1,9 @@ # Setup Palworld in kubernetes -kubectl apply -f pvc.yaml -kubectl apply -f configmap.yaml -kubectl apply -f secret.yaml -kubectl apply -f service.yaml -kubectl apply -f deployment.yaml \ No newline at end of file +Use the following commands to setup this Palworld container in Kubernetes: + +* `kubectl apply -f pvc.yaml` +* `kubectl apply -f configmap.yaml` +* `kubectl apply -f secret.yaml` +* `kubectl apply -f service.yaml` +* `kubectl apply -f deployment.yaml`