From b1fb0889a46d418a5b0f6d717bfb9ddb3f2d92ab Mon Sep 17 00:00:00 2001 From: Jose Henrique Date: Sat, 20 Sep 2025 20:56:23 -0300 Subject: [PATCH] updating things again --- haven-notify/README.md | 3 ++- haven-notify/deploy/haven-notify.yaml | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/haven-notify/README.md b/haven-notify/README.md index 11d8dfe..2576be3 100644 --- a/haven-notify/README.md +++ b/haven-notify/README.md @@ -88,7 +88,8 @@ It's built in Go and can be deployed as a container or managed service. ### Kubernetes Deployment manifest is available at `deploy/haven-notify.yaml`. 1. Edit the manifest to set your environment variables. -2. Create a generic secret named `WEBHOOK_URL` with `discord-webhook=your_webhook_url` +2. Create a generic secret named `WEBHOOK_URL` with `discord-webhook=your_webhook_url`: + - `kubectl create secret generic WEBHOOK_URL --from-literal=discord-webhook= -n ` 3. Apply deployment: ```sh kubectl apply -f deploy/haven-notify.yaml diff --git a/haven-notify/deploy/haven-notify.yaml b/haven-notify/deploy/haven-notify.yaml index d4f0b13..86f888d 100644 --- a/haven-notify/deploy/haven-notify.yaml +++ b/haven-notify/deploy/haven-notify.yaml @@ -56,8 +56,6 @@ kind: Ingress metadata: name: haven-notify namespace: default - annotations: - traefik.ingress.kubernetes.io/router.entrypoints: web spec: ingressClassName: nginx rules: