mirror of
https://github.com/stefanprodan/podinfo.git
synced 2026-03-05 03:20:28 +00:00
- implement cache with Redis - add cache-server to args and config - add Redis deployment to webapp overlays
10 lines
185 B
YAML
10 lines
185 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- service.yaml
|
|
- deployment.yaml
|
|
configMapGenerator:
|
|
- name: redis-config
|
|
files:
|
|
- redis.conf
|