mirror of
https://github.com/binwiederhier/ntfy.git
synced 2024-11-07 04:14:16 +01:00
Update install.md
This commit is contained in:
parent
109ee80c36
commit
c358263a20
1 changed files with 4 additions and 4 deletions
|
@ -341,7 +341,7 @@ unmanned pod.
|
|||
containers:
|
||||
- name: ntfy
|
||||
image: binwiederhier/ntfy
|
||||
args: ["serve"]
|
||||
args: ["ntfy", "serve"]
|
||||
resources:
|
||||
limits:
|
||||
memory: "128Mi"
|
||||
|
@ -390,7 +390,7 @@ unmanned pod.
|
|||
containers:
|
||||
- name: ntfy
|
||||
image: binwiederhier/ntfy
|
||||
args: ["serve", "--cache-file", "/var/cache/ntfy/cache.db"]
|
||||
args: ["ntfy", "serve", "--cache-file", "/var/cache/ntfy/cache.db"]
|
||||
ports:
|
||||
- containerPort: 80
|
||||
name: http
|
||||
|
@ -425,7 +425,7 @@ unmanned pod.
|
|||
containers:
|
||||
- name: ntfy
|
||||
image: binwiederhier/ntfy
|
||||
args: ["serve"]
|
||||
args: ["ntfy", "serve"]
|
||||
resources:
|
||||
limits:
|
||||
memory: "128Mi"
|
||||
|
@ -520,7 +520,7 @@ kubectl apply -k /ntfy
|
|||
containers:
|
||||
- name: ntfy
|
||||
image: binwiederhier/ntfy:v1.28.0 # set deployed version
|
||||
args: ["serve"]
|
||||
args: ["ntfy", "serve"]
|
||||
env: #example of adjustments made in environmental variables
|
||||
- name: TZ # set timezone
|
||||
value: XXXXXXX
|
||||
|
|
Loading…
Reference in a new issue