Change logging and implement gRPC
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ metadata:
|
||||
labels:
|
||||
app: notifier
|
||||
data:
|
||||
notifier.config: |
|
||||
config.yaml: |
|
||||
server:
|
||||
grpc_port: 50051
|
||||
rest_port: 8080
|
||||
|
||||
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user