lifesub/deployment/manifest/configmap/common-configmap.yaml
2025-05-28 01:40:30 +00:00

10 lines
191 B
YAML

apiVersion: v1
kind: ConfigMap
metadata:
name: common-config
namespace: dg0400-lifesub-ns
data:
ALLOWED_ORIGINS: "http://20.249.144.200"
JPA_DDL_AUTO: "update"
JPA_SHOW_SQL: "true"