## Summary
There were old kustomization logic used, such as commonLabels and
different patch handling.
## Related issues
N/A
## User Explanation
`kustomization build` will not show any warning, and the result should
be exactly the same as before.
## Checklist
- [ ] reference any related issues
- [ ] updated unit tests
- [ ] add appropriate label (`enhancement`, `bug`, `breaking`,
`dependencies`, `ci`)
- [ ] ready for review
* zero/k8s: use deployments
* secret mount readonly
Co-authored-by: Joe Kralicky <joekralicky@gmail.com>
* adjust according to comments
---------
Co-authored-by: Joe Kralicky <joekralicky@gmail.com>
* zero/k8s: deployment manifests
* convert to statefulset so that it has persistent volume claim
* use standard ports to avoid config customization for k8s
* add XDG_DATA_HOME mapping