File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11name : drupal
22apiVersion : v2
33type : application
4- version : 1.0.0-beta15
4+ version : 1.0.0-beta16
55appVersion : 6.1.0
66description : Helm Chart for deploying an enterprise-grade Drupal environment.
77keywords :
Original file line number Diff line number Diff line change 966966 // Set Redis as the default backend for any cache bin not otherwise specified.
967967 $ settings ['cache ' ]['default ' ] = 'cache.backend.redis ' ;
968968 $ settings ['redis.connection ' ]['interface ' ] = '{{ default "PhpRedis" .Values.redis.clientInterface }} ' ;
969- $ settings ['redis.connection ' ]['scheme ' ] = 'http ' ;
969+ $ settings ['redis.connection ' ]['scheme ' ] = 'tcp ' ;
970970 {{- if .Values.redis.sentinel.enabled }}
971971 $ settings ['redis.connection ' ]['host ' ] = ['{{ .Release.Name }}-redis:{{ .Values.redis.sentinel.service.sentinelPort }} ' ];
972972 $ settings ['redis.connection ' ]['instance ' ] = '{{ .Values.redis.sentinel.masterSet }} ' ;
Original file line number Diff line number Diff line change 849849 // Set Redis as the default backend for any cache bin not otherwise specified.
850850 $ settings ['cache ' ]['default ' ] = 'cache.backend.redis ' ;
851851 $ settings ['redis.connection ' ]['interface ' ] = '{{ default "PhpRedis" .Values.redis.clientInterface }} ' ;
852- $ settings ['redis.connection ' ]['scheme ' ] = 'http ' ;
852+ $ settings ['redis.connection ' ]['scheme ' ] = 'tcp ' ;
853853 {{- if .Values.redis.sentinel.enabled }}
854854 $ settings ['redis.connection ' ]['host ' ] = ['{{ .Release.Name }}-redis:{{ .Values.redis.sentinel.service.sentinelPort }} ' ];
855855 $ settings ['redis.connection ' ]['instance ' ] = '{{ .Values.redis.sentinel.masterSet }} ' ;
You can’t perform that action at this time.
0 commit comments