Skip to content

Commit

Permalink
chore: remove port for redis check
Browse files Browse the repository at this point in the history
  • Loading branch information
heiruwu committed Apr 10, 2024
1 parent bf1387f commit 7aa7303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/core/templates/registry/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ spec:
- 'ping'
env:
- name: REDIS_HOST
value: "{{ .Values.registry.config.redis.addr }}"
value: "{{ (split ":" .Values.registry.config.redis.addr)._0 }}"
containers:
- name: registry
image: {{ .Values.registry.image.repository }}:{{ .Values.registry.image.tag }}
Expand Down

0 comments on commit 7aa7303

Please sign in to comment.