Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

Commit

Permalink
Update redis-deployment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
vineetmimrot authored Aug 26, 2020
1 parent 79738c8 commit abb3ed7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: extensions/v1
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: {{ .Values.redis.service.name }}
Expand All @@ -22,4 +22,4 @@ spec:
image: redis
ports:
- containerPort: {{ .Values.redis.service.port }}
name: http
name: http

0 comments on commit abb3ed7

Please sign in to comment.