# dev -- the local k3d lab. # kubectl apply -k deploy/overlays/dev # # Needs the images imported and the nereus-db Secret created first. apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization namespace: nereus resources: - ../../base - ../../rollouts patches: # One replica is easier to watch swap over, and enough on a laptop. - target: kind: Rollout name: nereus-api patch: | - op: replace path: /spec/replicas value: 1 - target: kind: StatefulSet name: nereus-postgres patch: | - op: replace path: /spec/volumeClaimTemplates/0/spec/resources/requests/storage value: 2Gi