Skip to content

Commit

Permalink
adjust for public repo #3
Browse files Browse the repository at this point in the history
  • Loading branch information
syan-tibco committed Jun 5, 2024
1 parent 33fc855 commit a66f6ba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ meta:
GUI_CP_INSTANCE_ID: cp1
GUI_CP_ENV: vagrant
# container registry
GUI_CP_CONTAINER_REGISTRY: reldocker.tibco.com
GUI_CP_CONTAINER_REGISTRY: csgprduswrepoedge.jfrog.io
GUI_CP_CONTAINER_REGISTRY_USERNAME: ""
GUI_CP_CONTAINER_REGISTRY_PASSWORD: ""
# TLS
Expand Down Expand Up @@ -45,7 +45,7 @@ meta:
CP_STORAGE_CLASS: ${GUI_CP_STORAGE_CLASS:-"standard"} # standard, gp2, hostpath, efs-sc
CP_STORAGE_PV_NAME: "" # control-plane-pv the name of PV for kind, works with CP_STORAGE_CREATE_PV flag
# container registry
CP_CONTAINER_REGISTRY: ${GUI_CP_CONTAINER_REGISTRY:-"reldocker.tibco.com"}
CP_CONTAINER_REGISTRY: ${GUI_CP_CONTAINER_REGISTRY:-"csgprduswrepoedge.jfrog.io"}
CP_CONTAINER_REGISTRY_USERNAME: "${GUI_CP_CONTAINER_REGISTRY_USERNAME}"
CP_CONTAINER_REGISTRY_PASSWORD: "${GUI_CP_CONTAINER_REGISTRY_PASSWORD}"
# node
Expand Down
6 changes: 3 additions & 3 deletions docs/recipes/controlplane/tp-cp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ meta:
CP_STORAGE_CLASS: ${GUI_CP_STORAGE_CLASS:-"standard"} # standard, gp2, hostpath, efs-sc
CP_STORAGE_PV_NAME: "" # control-plane-pv the name of PV for kind, works with CP_STORAGE_CREATE_PV flag
# container registry
CP_CONTAINER_REGISTRY: "reldocker.tibco.com"
CP_CONTAINER_REGISTRY_USERNAME: ""
CP_CONTAINER_REGISTRY_PASSWORD: ""
CP_CONTAINER_REGISTRY: ${GUI_CP_CONTAINER_REGISTRY:-"csgprduswrepoedge.jfrog.io"}
CP_CONTAINER_REGISTRY_USERNAME: "${GUI_CP_CONTAINER_REGISTRY_USERNAME}"
CP_CONTAINER_REGISTRY_PASSWORD: "${GUI_CP_CONTAINER_REGISTRY_PASSWORD}"
# node
CP_NODE_CIDR: 10.180.0.0/16
CP_POD_CIDR: 10.180.0.0/16
Expand Down

0 comments on commit a66f6ba

Please sign in to comment.