Skip to content

Commit

Permalink
Dynamically build pod killer cache URL
Browse files Browse the repository at this point in the history
  • Loading branch information
venkatsc committed May 7, 2024
1 parent 2caa926 commit 67a3c30
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,14 @@
args:
- "--node_name=$(KUBE_NODE_NAME)"
- "--driver_name={{ .Values.quobyte.csiProvisionerName }}"
- "--service_url=http://quobyte-pod-killer-cache:80/"
- "--service_url=http://quobyte-pod-killer-cache.$(NAMESPACE).svc.cluster.local:80/"
- "--monitoring_interval={{ .Values.quobyte.podKiller.monitoringInterval }}"
- "--role=monitor"
env:
- name: NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
- name: NODE_ID
valueFrom:
fieldRef:
Expand Down

0 comments on commit 67a3c30

Please sign in to comment.