forked from k-space/kube
		
	goredirect: fix mongo uri
This commit is contained in:
		| @@ -37,8 +37,8 @@ spec: | ||||
|             - name: MONGO_URI | ||||
|               valueFrom: | ||||
|                 secretKeyRef: | ||||
|                   key: connectionString.standard | ||||
|                   name: inventory-mongodb-application-readwrite | ||||
|                   key: MONGO_URI | ||||
|                   name: inventory-mongodb | ||||
|           name: goredirect | ||||
|           ports: | ||||
|             - containerPort: 8080 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user