We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edd81a3 commit acaf223Copy full SHA for acaf223
1 file changed
charts/selenium-grid/values.yaml
@@ -789,7 +789,7 @@ components:
789
implementation: "org.openqa.selenium.grid.sessionmap.jdbc.JdbcBackedSessionMap"
790
jdbcUser: "seluser"
791
jdbcPassword: "seluser"
792
- jdbcUrl: "jdbc:postgresql://{{ $.Release.Name }}-postgres:5432/selenium_sessions"
+ jdbcUrl: "jdbc:postgresql://{{ $.Release.Name }}-postgresql:5432/selenium_sessions"
793
# -- Configure Redis backed Session Map (https://www.selenium.dev/documentation/grid/advanced_features/external_datastore/#redis-backed-session-map)
794
redis:
795
scheme: "redis"
0 commit comments