updating things again
All checks were successful
Check scripts syntax / check-scripts-syntax (push) Successful in 1s
Haven Notify Build and Deploy / Build Haven Notify Image (push) Successful in 12m19s
Haven Notify Build and Deploy / Deploy Haven Notify (internal) (push) Successful in 18s

This commit is contained in:
2025-09-20 20:56:23 -03:00
parent 61ade81d39
commit b1fb0889a4
2 changed files with 2 additions and 3 deletions

View File

@@ -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=<your_webhook_url> -n <namespace>`
3. Apply deployment:
```sh
kubectl apply -f deploy/haven-notify.yaml

View File

@@ -56,8 +56,6 @@ kind: Ingress
metadata:
name: haven-notify
namespace: default
annotations:
traefik.ingress.kubernetes.io/router.entrypoints: web
spec:
ingressClassName: nginx
rules: