cloudflare and ntfy
Some checks failed
Apply Kuberentes Configs / update-repo (push) Failing after 1s
Apply Kuberentes Configs / update-infrastructure (push) Successful in 3s
Apply Kuberentes Configs / notify-on-failure (push) Has been skipped

This commit is contained in:
2026-03-05 09:35:13 -07:00
parent cce76cdbc2
commit d37726fcc9
2 changed files with 10 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
name: Notify NTFY name: Notify NTFY
on: on:
workflow_call: workflow_dispatch:
inputs: inputs:
title: title:
required: true required: true

View File

@@ -28,6 +28,8 @@ spec:
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- tunnel - tunnel
- --metrics
- 0.0.0.0:2000
- run - run
env: env:
- name: TUNNEL_TOKEN - name: TUNNEL_TOKEN
@@ -35,3 +37,10 @@ spec:
secretKeyRef: secretKeyRef:
name: cloudflared-gitea-token name: cloudflared-gitea-token
key: token key: token
livenessProbe:
httpGet:
path: /ready
port: 2000
failureThreshold: 1
initialDelaySeconds: 10
periodSeconds: 10