Sign in

Administrator / spring-boot-user-management-system · Files

Logo

GitLab

  • Back to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • spring-boot-user-management-system
  • k8s
  • application
  • configmap.yaml
  • Added the code
    ce4f5e96
    Administrator authored
    2025-10-22 23:07:18 +0800  
    Browse Code ยป
configmap.yaml 226 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11
apiVersion: v1
kind: ConfigMap
metadata:
  name: app-config
  namespace: user-management
  labels:
    app: user-management-app
data:
  APP_NAME: "user-management-system"
  APP_VERSION: "1.0.0"
  SPRING_PROFILES_ACTIVE: "prod"