Skip to content

Commit

Permalink
env at helm
Browse files Browse the repository at this point in the history
  • Loading branch information
liangyuanpeng committed Aug 22, 2024
1 parent 09b2990 commit 7fb15c8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions kwok/charts/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ spec:
value: "{{ .Values.controller.metrics.port }}"
- name: HEALTH_PROBE_PORT
value: "{{ .Values.controller.healthProbe.port }}"
- name: SYSTEM_NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
- name: MEMORY_LIMIT
valueFrom:
resourceFieldRef:
Expand Down

0 comments on commit 7fb15c8

Please sign in to comment.