3 Commits

Author SHA1 Message Date
c94272962d Update Helm release gitea to v12
All checks were successful
lint-and-test-charts / lint-test (pull_request) Successful in 17s
2025-05-18 00:00:48 +00:00
28582895e9 fix port 2025-05-17 18:53:24 -05:00
78b8c3174c change application 2025-05-17 18:51:59 -05:00
2 changed files with 2 additions and 5 deletions

View File

@@ -20,14 +20,12 @@ spec:
namespace: kube-system namespace: kube-system
revisionHistoryLimit: 3 revisionHistoryLimit: 3
ignoreDifferences: ignoreDifferences:
- group: "" - kind: ServiceMonitor
kind: ServiceMonitor
jsonPointers: jsonPointers:
- /spec/endpoints/relabelings/action - /spec/endpoints/relabelings/action
syncPolicy: syncPolicy:
automated: automated:
prune: true prune: true
selfHeal: false
retry: retry:
limit: 10 limit: 10
backoff: backoff:
@@ -142,7 +140,6 @@ spec:
syncPolicy: syncPolicy:
automated: automated:
prune: true prune: true
selfHeal: false
retry: retry:
limit: 10 limit: 10
backoff: backoff:

View File

@@ -59,7 +59,7 @@ ntfy:
# - name: NTFY_WEB_PUSH_EMAIL_ADDRESS # - name: NTFY_WEB_PUSH_EMAIL_ADDRESS
# value: "" # value: ""
- name: NTFY_METRICS_LISTEN_HTTP - name: NTFY_METRICS_LISTEN_HTTP
value: 9090 value: :9090
- name: NTFY_LOG_LEVEL - name: NTFY_LOG_LEVEL
value: info value: info
probes: probes: