Skip to content

Commit

Permalink
Merge pull request #165 from ghkdqhrbals/hotfix/ssh-auto-sender
Browse files Browse the repository at this point in the history
[fix] redis port name length
  • Loading branch information
ghkdqhrbals authored Nov 16, 2023
2 parents 060572e + 6e31593 commit bd11c3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion k8s/onlychat/deployment/user-server-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
- name: spring_datasource_url
value: jdbc:postgresql://user-db:5435/user
- name: spring_redis_host
value: user-redis-service
value: user-redis
- name: spring_redis_port
value: "6379"
image: main-service_user-server:latest
Expand Down
2 changes: 1 addition & 1 deletion k8s/onlychat/redis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
value: "true"
ports:
- containerPort: 6379
name: user-redis-service
name: user-redis
volumeMounts:
- mountPath: /redis-master-data
name: data
Expand Down

0 comments on commit bd11c3a

Please sign in to comment.