grandfathermagic

Create Config-map.yaml

Mar 15th, 2022 (edited)
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.13 KB | None | 0 0
  1. kind: ConfigMap
  2. apiVersion: v1
  3. metadata:
  4.   name: my-redis-config
  5.   namespace: default
  6. data:
  7.   redis-config: |
  8.    maxmemory 2mb
Add Comment
Please, Sign In to add comment