PHP Classes

File: iac/projects/redis/resources/config-map.yaml

Recommend this page to a friend!
  Classes of Angel Campos   Atlas catalog   iac/projects/redis/resources/config-map.yaml   Download  
File: iac/projects/redis/resources/config-map.yaml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Atlas catalog
API to provide details of APIs of an organization
Author: By
Last change:
Date: 1 month ago
Size: 258 bytes
 

Contents

Class file image Download
apiVersion: v1 kind: ConfigMap metadata: name: redis-config labels: app: redis data: redis.conf: | # Enable password protection requirepass ${REDIS_PASSWORD} # Enable Append Only File (AOF) persistence for durability appendonly yes