Update deployment
This commit is contained in:
parent
974d8fb7c7
commit
427e1357a0
6 changed files with 41 additions and 43 deletions
|
|
@ -2,7 +2,6 @@
|
|||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
namespace: default
|
||||
name: diun
|
||||
spec:
|
||||
replicas: 1
|
||||
|
|
@ -34,6 +33,8 @@ spec:
|
|||
value: "20"
|
||||
- name: DIUN_WATCH_SCHEDULE
|
||||
value: "0 */6 * * *"
|
||||
- name: DIUN_WATCH_JITTER
|
||||
value: "30s"
|
||||
- name: DIUN_PROVIDERS_KUBERNETES
|
||||
value: "true"
|
||||
volumeMounts:
|
||||
|
|
@ -50,7 +51,7 @@ spec:
|
|||
hostPath:
|
||||
path: "/data"
|
||||
type: Directory
|
||||
- configMap:
|
||||
- name: config
|
||||
configMap:
|
||||
defaultMode: 420
|
||||
name: diun-conf
|
||||
name: config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue