From b866a22e5212189ab8f3bedf379482acab10c115 Mon Sep 17 00:00:00 2001 From: Vaughn Woerpel Date: Mon, 1 Jul 2024 23:34:50 -0400 Subject: [PATCH] patch test --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cabe64a..aa4ac36 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,8 @@ $ docker run -dit -e WEBHOOK_URL="https://discord.com/api/webhooks/123/456" --na ## Deploying to Kubernetes +Details on the deployment to kubernetes can be found at [vaughnw128/k8s-infra](https://github.com/vaughnw128/k8s-infra) + First, the discord webhook needs to be initialized as a secret: ```shell @@ -83,4 +85,4 @@ Once the secret has been created, the application can be deployed: ```shell $ kubectl apply -f eternalpose.yml -``` \ No newline at end of file +```