mirror of
https://github.com/stefanprodan/podinfo.git
synced 2026-03-05 19:40:23 +00:00
- implement cache with Redis - add cache-server to args and config - add Redis deployment to webapp overlays
11 lines
210 B
YAML
11 lines
210 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
namespace: dev
|
|
resources:
|
|
- ../../bases/backend
|
|
- ../../bases/frontend
|
|
- ../../bases/cache
|
|
- namespace.yaml
|
|
transformers:
|
|
- labels.yaml
|