How to correctly transfer the env from code to k8s?

前端 未结 0 1314
北荒
北荒 2020-12-19 07:49

The app on Golang have some strings:

type configuration struct {
    ListenPort    string `env:"listen" default:":8080"`
    MongoHost             


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题