Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update service endpoint for EDB
Signed-off-by: Daniel Fan <[email protected]>
  • Loading branch information
Daniel-Fan committed Feb 2, 2024
commit 60147a87cfaed561906129cd6c6baffe62dfdbdc
8 changes: 4 additions & 4 deletions controllers/constant/odlm.go
Original file line number Diff line number Diff line change
Expand Up @@ -1078,15 +1078,15 @@ spec:
apiVersion: v1
kind: Service
name: common-service-db-r
path: https://+.metadata.name+.+.metadata.namespace+.+svc
path: .metadata.name+.+.metadata.namespace+.+svc
required: true
DATABASE_RW_ENDPOINT:
templatingValueFrom:
objectRef:
apiVersion: v1
kind: Service
name: common-service-db-rw
path: https://+.metadata.name+.+.metadata.namespace+.+svc
path: .metadata.name+.+.metadata.namespace+.+svc
required: true
DATABASE_NAME: zen
DATABASE_USER: zen_user
Expand Down Expand Up @@ -1114,15 +1114,15 @@ spec:
apiVersion: v1
kind: Service
name: common-service-db-r
path: https://+.metadata.name+.+.metadata.namespace+.+svc
path: .metadata.name+.+.metadata.namespace+.+svc
required: true
DATABASE_RW_ENDPOINT:
templatingValueFrom:
objectRef:
apiVersion: v1
kind: Service
name: common-service-db-rw
path: https://+.metadata.name+.+.metadata.namespace+.+svc
path: .metadata.name+.+.metadata.namespace+.+svc
required: true
DATABASE_NAME: im
DATABASE_USER: im_user
Expand Down