You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For consistency with our other services, can we update some resource names? Here are some suggestions that would make us aligned with our other infra.
Pods
change stacks-api to stacks-blockchain-api
change stacks-node to stacks-blockchain
Containers
Exclude -container suffix where applicable
Update container names to match the repository/project they came from (e.g. stacks-api-container > stacks-blockchain-api, stacks-api-postgres > postgres, etc)
Services
Service names should match the pod they're routing traffic to (e.g. stacks-api-service would change to stacks-blockchain-api)
PVC
stacks-api-pvc should change to stacks-blockchain-api-pg
Configmap
Exclude -conf suffix where applicable
I think the namespace-conf CM can be replaced with a slight change in the bitcoind container.
If you add this to the env: section of the bitcoind container definition, you won't need this CM anymore.
For consistency with our other services, can we update some resource names? Here are some suggestions that would make us aligned with our other infra.
Pods
stacks-api
tostacks-blockchain-api
stacks-node
tostacks-blockchain
Containers
Services
stacks-api-service
would change tostacks-blockchain-api
)PVC
stacks-api-pvc
should change tostacks-blockchain-api-pg
Configmap
-conf
suffix where applicablenamespace-conf
CM can be replaced with a slight change in the bitcoind container.env:
section of the bitcoind container definition, you won't need this CM anymore.The text was updated successfully, but these errors were encountered: