Closed said-moj closed 3 years ago
name
weight
values.yaml
ingress.yml
ingress-cluster
blue
green
Similar to https://github.com/ministryofjustice/cla_backend/pull/736
Command used to create configmap: kubectl create configmap ingress-cluster --from-literal=name=blue --from-literal=weight=100
kubectl create configmap ingress-cluster --from-literal=name=blue --from-literal=weight=100
What does this pull request do?
name
andweight
invalues.yaml
ingress.yml
referencing the variables abovename
andweight
invalues.yaml
ingress-cluster
configmap with following valuesname
The cluster name i.eblue
orgreen
weight
The weighting of traffic that cluster should receiveingress-cluster
configmap and pass it to the deploy scripts as environment variables.Any other changes that would benefit highlighting?
Similar to https://github.com/ministryofjustice/cla_backend/pull/736
Command used to create configmap:
kubectl create configmap ingress-cluster --from-literal=name=blue --from-literal=weight=100
Checklist