ntfy remove kustomization

This commit is contained in:
2025-06-09 10:03:58 -04:00
parent 79d4e6f303
commit 9372f79c4c
2 changed files with 1 additions and 9 deletions

View File

@@ -1,9 +0,0 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- deployment.yaml
- service.yaml
- pvc.yaml
- ingress.yaml
- dns-endpoint.yaml
- server-config.yaml

View File

@@ -2,6 +2,7 @@ apiVersion: v1
kind: ConfigMap
metadata:
name: server-config
namespace: ntfy
data:
server.yml: |
cache-file: "/var/cache/ntfy/cache.db"