Change logging and implement gRPC

This commit is contained in:
2025-10-18 23:12:25 -07:00
parent 769fd5e2aa
commit 8229944149
14 changed files with 545 additions and 2100 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ metadata:
labels:
app: notifier
data:
notifier.config: |
config.yaml: |
server:
grpc_port: 50051
rest_port: 8080
+2 -2
View File
@@ -45,8 +45,8 @@ spec:
value: "local"
volumeMounts:
- name: config
mountPath: /app/notifier.config
subPath: notifier.config
mountPath: /app/config.yaml
subPath: config.yaml
readOnly: true
- name: queue-storage
mountPath: /var/lib/notifier