chore: Update manifests after change
This commit is contained in:
@@ -34,8 +34,7 @@ spec:
|
||||
hostPID: false
|
||||
dnsPolicy: ClusterFirst
|
||||
containers:
|
||||
- image: xenrox/ntfy-alertmanager:1.0.0
|
||||
imagePullPolicy: IfNotPresent
|
||||
- image: xenrox/ntfy-alertmanager:1.0.0@sha256:81788c7905774b7b0b2ed6833b2bc4826a90a42e4b738706edcedd5f489e7a73
|
||||
name: main
|
||||
volumeMounts:
|
||||
- mountPath: /etc/ntfy-alertmanager/config
|
||||
|
||||
@@ -14,8 +14,5 @@ spec:
|
||||
data:
|
||||
- secretKey: ntfy_password
|
||||
remoteRef:
|
||||
conversionStrategy: Default
|
||||
decodingStrategy: None
|
||||
key: /cl01tl/kube-prometheus-stack/ntfy-alertmanager
|
||||
metadataPolicy: None
|
||||
property: ntfy_password
|
||||
|
||||
@@ -14,8 +14,5 @@ spec:
|
||||
data:
|
||||
- secretKey: token
|
||||
remoteRef:
|
||||
conversionStrategy: Default
|
||||
decodingStrategy: None
|
||||
key: /garage/token
|
||||
metadataPolicy: None
|
||||
property: metric
|
||||
|
||||
@@ -14,15 +14,9 @@ spec:
|
||||
data:
|
||||
- secretKey: ntfy_password
|
||||
remoteRef:
|
||||
conversionStrategy: Default
|
||||
decodingStrategy: None
|
||||
key: /cl01tl/kube-prometheus-stack/ntfy-alertmanager
|
||||
metadataPolicy: None
|
||||
property: ntfy_password
|
||||
- secretKey: config
|
||||
remoteRef:
|
||||
conversionStrategy: Default
|
||||
decodingStrategy: None
|
||||
key: /cl01tl/kube-prometheus-stack/ntfy-alertmanager
|
||||
metadataPolicy: None
|
||||
property: config
|
||||
|
||||
@@ -34,7 +34,8 @@ spec:
|
||||
enableOTLPReceiver: false
|
||||
enableAdminAPI: false
|
||||
scrapeInterval: 30s
|
||||
retention: "30d"
|
||||
retention: "45d"
|
||||
retentionSize: "240GiB"
|
||||
tsdb:
|
||||
outOfOrderTimeWindow: 0s
|
||||
walCompression: true
|
||||
|
||||
@@ -95,7 +95,7 @@ spec:
|
||||
resources:
|
||||
requests:
|
||||
cpu: 10m
|
||||
memory: 128Mi
|
||||
memory: 20Mi
|
||||
volumeMounts:
|
||||
- name: valkey-data
|
||||
mountPath: /data
|
||||
@@ -117,8 +117,8 @@ spec:
|
||||
port: metrics
|
||||
resources:
|
||||
requests:
|
||||
cpu: 10m
|
||||
memory: 64M
|
||||
cpu: 1m
|
||||
memory: 10M
|
||||
env:
|
||||
- name: REDIS_ALIAS
|
||||
value: kube-prometheus-stack-valkey
|
||||
|
||||
Reference in New Issue
Block a user