lifesub/deployment/manifest/configmaps/common-config.yaml
2025-02-16 12:53:00 +09:00

9 lines
233 B
YAML

# lifesub/deployment/manifest/configmaps/common-config.yaml
apiVersion: v1
kind: ConfigMap
metadata:
name: common-config
data:
JPA_DDL_AUTO: update
JPA_SHOW_SQL: "true"
ALLOWED_ORIGINS: "http://localhost*,http://lifesub-web*"