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: