imfreedom/k8s-cluster

half the trac postgress resources

14 months ago, Gary Kramlich
ad04756f6ef2
half the trac postgress resources

Trac hasn't had any issues with stability since we redirected all of the issues,
so lowering this shouldn't be a big deal.
---
namespace: roost
configMapGenerator:
- name: keep-configmap
files:
- files/admin-pubkey
options:
disableNameSuffixHash: true
resources:
- manifest.yaml
secretGenerator:
- name: keep
files:
- secrets/ssh_host_ecdsa_key
- secrets/ssh_host_ed25519_key
- secrets/ssh_host_rsa_key
options:
disableNameSuffixHash: true
---