add ntfy
This commit is contained in:
		
							
								
								
									
										32
									
								
								apps/ntfy/deployment.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										32
									
								
								apps/ntfy/deployment.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,32 @@ | ||||
| apiVersion: apps/v1 | ||||
| kind: Deployment | ||||
| metadata: | ||||
|   name: ntfy | ||||
| spec: | ||||
|   selector: | ||||
|     matchLabels: | ||||
|       app: ntfy | ||||
|   template: | ||||
|     metadata: | ||||
|       labels: | ||||
|         app: ntfy | ||||
|     spec: | ||||
|       containers: | ||||
|       - name: ntfy | ||||
|         image: binwiederhier/ntfy | ||||
|         args: ["serve"] | ||||
|         resources: | ||||
|           limits: | ||||
|             memory: "128Mi" | ||||
|             cpu: "500m" | ||||
|         ports: | ||||
|         - containerPort: 80 | ||||
|           name: http | ||||
|         volumeMounts: | ||||
|         - name: config | ||||
|           mountPath: "/etc/ntfy" | ||||
|           readOnly: true | ||||
|       volumes: | ||||
|         - name: config | ||||
|           configMap: | ||||
|             name: ntfy | ||||
		Reference in New Issue
	
	Block a user