disable autoscaling for temporal
ci / build (push) Failing after 1m57s
Details
ci / build (push) Failing after 1m57s
Details
This commit is contained in:
parent
31f790f6d4
commit
39f8c708b8
5
Makefile
5
Makefile
|
@ -13,7 +13,10 @@ secrets:
|
||||||
flux:
|
flux:
|
||||||
./scripts/flux-bootstrap.sh
|
./scripts/flux-bootstrap.sh
|
||||||
|
|
||||||
cluster: echoenv kind namespaces secrets velero chisel flux
|
cluster: echoenv kind namespaces secrets velero chisel flux metrics
|
||||||
|
|
||||||
|
metrics:
|
||||||
|
kubectl apply -f https://github.com/kubernetes-sigs/metrics-server/releases/latest/download/components.yaml
|
||||||
|
|
||||||
echoenv:
|
echoenv:
|
||||||
echo "[echoenv] Using ${ENV} environment. If this is not what you want, export ENV=development|staging|production"
|
echo "[echoenv] Using ${ENV} environment. If this is not what you want, export ENV=development|staging|production"
|
||||||
|
|
|
@ -37,6 +37,20 @@ spec:
|
||||||
cassandra:
|
cassandra:
|
||||||
enabled: false
|
enabled: false
|
||||||
server:
|
server:
|
||||||
|
matching:
|
||||||
|
replicaCount: 1
|
||||||
|
autoscaling:
|
||||||
|
enabled: false
|
||||||
|
worker:
|
||||||
|
replicaCount: 1
|
||||||
|
autoscaling:
|
||||||
|
enabled: false
|
||||||
|
frontend:
|
||||||
|
replicaCount: 1
|
||||||
|
history:
|
||||||
|
replicaCount: 1
|
||||||
|
autoscaling:
|
||||||
|
enabled: false
|
||||||
config:
|
config:
|
||||||
persistence:
|
persistence:
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Reference in New Issue