Skip to content

Commit

Permalink
Merge pull request #234 from signadot/redis-svc-istio-fix
Browse files Browse the repository at this point in the history
use protocol prefix on port name
  • Loading branch information
scott-cotton authored Mar 6, 2024
2 parents b80f1f4 + f1e7736 commit eeb29de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion k8s/base/redis/redis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ spec:
image: redis:7.2.3
ports:
- containerPort: 6379
name: tcp
resources:
limits:
cpu: "0.1"
Expand All @@ -33,4 +34,4 @@ spec:
app: redis
ports:
- port: 6379
name: redis
name: tcp

0 comments on commit eeb29de

Please sign in to comment.