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