mysql and redis, maybe valkey future

This commit is contained in:
Sense T
2025-01-13 20:43:00 +08:00
parent 1affe72cd4
commit 5536b90ffa
8 changed files with 125 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
# yaml-language-server: $schema=https://json.schemastore.org/kustomization.json
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- deployment.yaml
- service.yaml
configMapGenerator:
- name: redis-config
files:
- config/redis.conf