stage commit

This commit is contained in:
Jay Sharma
2023-08-06 17:09:05 +05:30
parent 0677fad07d
commit e943b9d93c
9 changed files with 502 additions and 0 deletions

17
build/stage/1 Normal file
View File

@@ -0,0 +1,17 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: medicalalert-web-cm
namespace: medicalalert-web
labels:
app: medicalalert-web
data:
DB_HOST: stage-medicalalert-ecommerce.c5om7w6xopq1.us-east-1.rds.amazonaws.com
ENV: stage
WP_DEBUG: "false"
DB_CHARSET: utf8
DB_COLLATE: utf8_general_ci
CACHE_HOST: master.redis-cache-all-be-caresage.cqsmse.use1.cache.amazonaws.com
CACHE_PORT: "6379"
DB_NAME: "www"
DB_USER: "pantheon"