We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ffc8c3 commit e125e7aCopy full SHA for e125e7a
k8s-manifests/deployment.yaml
@@ -16,5 +16,7 @@ spec:
16
- name: worker
17
image: narsic/scaling_kubernetes_hpa_vpa:latest
18
env:
19
- - name: REDIS_HOST
20
- value: "redis"
+ - name: REDIS_HOST
+ value: $(REDIS_SERVICE_HOST) # Adjust based on your service name
21
+ - name: REDIS_PORT
22
+ value: $(REDIS_SERVICE_PORT)
0 commit comments