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
|
### Kubernetes
|
||||||
Deployment manifest is available at `deploy/haven-notify.yaml`.
|
Deployment manifest is available at `deploy/haven-notify.yaml`.
|
||||||
1. Edit the manifest to set your environment variables.
|
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:
|
3. Apply deployment:
|
||||||
```sh
|
```sh
|
||||||
kubectl apply -f deploy/haven-notify.yaml
|
kubectl apply -f deploy/haven-notify.yaml
|
||||||
|
@@ -56,8 +56,6 @@ kind: Ingress
|
|||||||
metadata:
|
metadata:
|
||||||
name: haven-notify
|
name: haven-notify
|
||||||
namespace: default
|
namespace: default
|
||||||
annotations:
|
|
||||||
traefik.ingress.kubernetes.io/router.entrypoints: web
|
|
||||||
spec:
|
spec:
|
||||||
ingressClassName: nginx
|
ingressClassName: nginx
|
||||||
rules:
|
rules:
|
||||||
|
Reference in New Issue
Block a user