We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1d4a08 commit 3d76d6fCopy full SHA for 3d76d6f
cmd/example/k8s/deploy-client.yml
@@ -21,4 +21,4 @@ spec:
21
- name: LANDO_URL
22
value: http://ackbar.ackbar
23
- name: CONTEXT_ID
24
- value: 128e4ec8-a632-443d-9051-852c63773da9
+ value: f3327714-8d22-44ae-b9c1-840544b398b4
cmd/example/k8s/hpa-client.yml
@@ -2,6 +2,7 @@ apiVersion: autoscaling/v2
2
kind: HorizontalPodAutoscaler
3
metadata:
4
name: example-client
5
+ namespace: example-client
6
spec:
7
scaleTargetRef:
8
apiVersion: apps/v1
@@ -19,7 +20,7 @@ spec:
19
20
name: partition-to-worker-ratio
selector:
matchLabels:
- context: 128e4ec8-a632-443d-9051-852c63773da9
+ context: f3327714-8d22-44ae-b9c1-840544b398b4
target:
25
type: Value
26
value: 1
0 commit comments