Merge pull request 'Automated Manifest Update' (#5522) from auto/update-manifests into manifests
Reviewed-on: #5522
This commit was merged in pull request #5522.
This commit is contained in:
@@ -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
|
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
name: ntfy-main
|
name: ntfy
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/controller: main
|
app.kubernetes.io/controller: main
|
||||||
app.kubernetes.io/instance: ntfy
|
app.kubernetes.io/instance: ntfy
|
||||||
@@ -11,7 +11,7 @@ metadata:
|
|||||||
namespace: ntfy
|
namespace: ntfy
|
||||||
spec:
|
spec:
|
||||||
revisionHistoryLimit: 3
|
revisionHistoryLimit: 3
|
||||||
replicas: 0
|
replicas: 1
|
||||||
strategy:
|
strategy:
|
||||||
type: Recreate
|
type: Recreate
|
||||||
selector:
|
selector:
|
||||||
@@ -47,6 +47,11 @@ spec:
|
|||||||
value: 36h
|
value: 36h
|
||||||
- name: NTFY_BEHIND_PROXY
|
- name: NTFY_BEHIND_PROXY
|
||||||
value: "true"
|
value: "true"
|
||||||
|
- name: NTFY_DATABASE_URL
|
||||||
|
valueFrom:
|
||||||
|
secretKeyRef:
|
||||||
|
key: uri
|
||||||
|
name: ntfy-postgresql-18-cluster-app
|
||||||
- name: NTFY_ATTACHMENT_CACHE_DIR
|
- name: NTFY_ATTACHMENT_CACHE_DIR
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
Reference in New Issue
Block a user