fix: ensure replicas field is correctly defined in deployment spec

This commit is contained in:
2026-01-10 16:58:34 +08:00
parent 1f4386ce63
commit ff0a6c3c70

View File

@@ -18,6 +18,7 @@ spec:
selector: selector:
matchLabels: matchLabels:
app: k8s-example app: k8s-example
replicas: 3
template: template:
metadata: metadata:
labels: labels: