diff --git a/k8s/manifest.yaml b/k8s/manifest.yaml index c32e0ed..45d4610 100644 --- a/k8s/manifest.yaml +++ b/k8s/manifest.yaml @@ -105,14 +105,14 @@ spec: emptyDir: {} initContainers: - name: links-init - image: "ghcr.io/wahyd4/links:1.0.383" + image: "ghcr.io/wahyd4/links:1.0.385" command: ["sh", "-c", "uv run manage.py migrate && uv run manage.py rebuild_search_index"] volumeMounts: - name: data mountPath: /app/data containers: - name: links - image: "ghcr.io/wahyd4/links:1.0.383" + image: "ghcr.io/wahyd4/links:1.0.385" securityContext: runAsUser: 1000 imagePullPolicy: Always @@ -163,6 +163,11 @@ spec: key: key_id - name: FINNHUB_API_KEY value: "d7hbngpr01qhiu0b2pv0d7hbngpr01qhiu0b2pvg" + - name: DISCORD_WEBHOOK_URL + valueFrom: + secretKeyRef: + name: links-discord-webhook + key: webhook_url - name: REDIS_URL value: "redis://192.168.1.2:6379/0" - name: CRAWL4AI_API_URL