summaryrefslogtreecommitdiff
path: root/yaml/deployments/cas.yaml
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2024-12-27 08:29:30 +0100
committerSanto Cariotti <santo@dcariotti.me>2024-12-27 08:29:30 +0100
commitc65448415aae1f5602104aed75340307b5c437bc (patch)
treeaa5a03243946e9374786f108037dcf3eadb3dde3 /yaml/deployments/cas.yaml
parent3537fd264635453f9e7d934f54d50d4a7cdb8d74 (diff)
Fix label(s) for load balancing
Xmas present I guess, b/c it never really worked
Diffstat (limited to 'yaml/deployments/cas.yaml')
-rw-r--r--yaml/deployments/cas.yaml8
1 files changed, 5 insertions, 3 deletions
diff --git a/yaml/deployments/cas.yaml b/yaml/deployments/cas.yaml
index f7814ad..86dc11a 100644
--- a/yaml/deployments/cas.yaml
+++ b/yaml/deployments/cas.yaml
@@ -2,15 +2,17 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: cas-deployment
+ labels:
+ app: cas-app
spec:
- replicas: 1
+ replicas: 2
selector:
matchLabels:
- app: cas
+ app: cas-app
template:
metadata:
labels:
- app: cas
+ app: cas-app
spec:
containers:
- name: cas