only start one nginx replica

This commit is contained in:
Jörg Thalheim 2021-01-08 13:08:38 +01:00
parent f7f5c5aa8d
commit 468384dc43
No known key found for this signature in database
GPG Key ID: 003F2096411B5F92
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ in {
kubernetes.resources.deployments.nginx = {
spec = {
replicas = 10;
replicas = 1;
selector.matchLabels.app = "nginx";
template = {
metadata.labels.app = "nginx";