chore: Update manifests after change

This commit is contained in:
2026-04-05 01:21:36 +00:00
parent dc99cc6ead
commit c9312681f5
2 changed files with 7 additions and 55 deletions

View File

@@ -1,53 +0,0 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: ntfy-debug
labels:
app.kubernetes.io/controller: debug
app.kubernetes.io/instance: ntfy
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: ntfy
helm.sh/chart: ntfy-4.6.2
namespace: ntfy
spec:
revisionHistoryLimit: 3
replicas: 1
strategy:
type: Recreate
selector:
matchLabels:
app.kubernetes.io/controller: debug
app.kubernetes.io/name: ntfy
app.kubernetes.io/instance: ntfy
template:
metadata:
labels:
app.kubernetes.io/controller: debug
app.kubernetes.io/instance: ntfy
app.kubernetes.io/name: ntfy
spec:
enableServiceLinks: false
serviceAccountName: default
automountServiceAccountToken: true
hostIPC: false
hostNetwork: false
hostPID: false
dnsPolicy: ClusterFirst
containers:
- command:
- sleep
- infinity
image: ubuntu:resolute-20260312
name: main
resources:
requests:
cpu: 10m
memory: 32Mi
volumeMounts:
- mountPath: /var/cache/ntfy
name: cache
readOnly: true
volumes:
- name: cache
persistentVolumeClaim:
claimName: ntfy

View File

@@ -1,7 +1,7 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: ntfy-main
name: ntfy
labels:
app.kubernetes.io/controller: main
app.kubernetes.io/instance: ntfy
@@ -11,7 +11,7 @@ metadata:
namespace: ntfy
spec:
revisionHistoryLimit: 3
replicas: 0
replicas: 1
strategy:
type: Recreate
selector:
@@ -47,6 +47,11 @@ spec:
value: 36h
- name: NTFY_BEHIND_PROXY
value: "true"
- name: NTFY_DATABASE_URL
valueFrom:
secretKeyRef:
key: uri
name: ntfy-postgresql-18-cluster-app
- name: NTFY_ATTACHMENT_CACHE_DIR
valueFrom:
secretKeyRef: