mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-24 08:56:00 +00:00
Refactor Kubernetes configuration to reduce replica count for load-balancer-example service
This commit is contained in:
@@ -5,7 +5,7 @@ metadata:
|
|||||||
app.kubernetes.io/name: load-balancer-example
|
app.kubernetes.io/name: load-balancer-example
|
||||||
name: hello-world
|
name: hello-world
|
||||||
spec:
|
spec:
|
||||||
replicas: 5
|
replicas: 1
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app.kubernetes.io/name: load-balancer-example
|
app.kubernetes.io/name: load-balancer-example
|
||||||
|
|||||||
Reference in New Issue
Block a user