updating things again
This commit is contained in:
@@ -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
|
||||
|
@@ -56,8 +56,6 @@ kind: Ingress
|
||||
metadata:
|
||||
name: haven-notify
|
||||
namespace: default
|
||||
annotations:
|
||||
traefik.ingress.kubernetes.io/router.entrypoints: web
|
||||
spec:
|
||||
ingressClassName: nginx
|
||||
rules:
|
||||
|
Reference in New Issue
Block a user