Compare commits
2 commits
e47c03f672
...
3904281968
Author | SHA1 | Date | |
---|---|---|---|
3904281968 | |||
25d426499b |
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,6 @@ spec:
|
||||||
values:
|
values:
|
||||||
reloader:
|
reloader:
|
||||||
reloadStrategy: annotations
|
reloadStrategy: annotations
|
||||||
|
|
||||||
deployment:
|
deployment:
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
|
@ -27,4 +26,4 @@ spec:
|
||||||
memory: 63Mi
|
memory: 63Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 45m
|
cpu: 45m
|
||||||
memory: 100Mi
|
memory: 200Mi
|
||||||
|
|
|
@ -17,5 +17,6 @@ pkgs.mkShell {
|
||||||
kubernetes-helm
|
kubernetes-helm
|
||||||
pre-commit
|
pre-commit
|
||||||
sops
|
sops
|
||||||
|
cachix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue