Skip to content

Commit

Permalink
remove env custom_redis_port
Browse files Browse the repository at this point in the history
  • Loading branch information
igorchyts committed Nov 22, 2024
1 parent 8e51d5e commit f1f39d4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions examples/redis/single-node/templates/workload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ spec:
- name: {{ .Values.name }}
cpu: '{{ .Values.cpu }}'
memory: {{ .Values.memory }}
env:
- name: CUSTOM_REDIS_PORT
value: '{{ .Values.port }}'
image: {{ .Values.image.repository }}
livenessProbe:
exec:
Expand Down

0 comments on commit f1f39d4

Please sign in to comment.