Skip to content

Commit f19e516

Browse files
committed
Fix examples
1 parent 912b002 commit f19e516

File tree

7 files changed

+56
-49
lines changed

7 files changed

+56
-49
lines changed

docs/deployment/overlays/1-namespaced/resources/shinyproxy.shinyproxy.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,13 @@ spec:
1111
spring:
1212
session:
1313
store-type: redis
14-
redis:
15-
password: ${REDIS_PASSWORD}
16-
sentinel:
17-
master: shinyproxy
14+
data:
15+
redis:
1816
password: ${REDIS_PASSWORD}
19-
nodes: redis-node-0.redis-headless:26379, redis-node-1.redis-headless:26379, redis-node-2.redis-headless:26379
17+
sentinel:
18+
master: shinyproxy
19+
password: ${REDIS_PASSWORD}
20+
nodes: redis-node-0.redis-headless:26379, redis-node-1.redis-headless:26379, redis-node-2.redis-headless:26379
2021
proxy:
2122
store-mode: Redis
2223
stop-proxies-on-shutdown: false

docs/deployment/overlays/2-clustered/shinyproxy-dept2/resources/shinyproxy.shinyproxy.yaml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,13 @@ spec:
1010
spring:
1111
session:
1212
store-type: redis
13-
redis:
14-
password: ${REDIS_PASSWORD}
15-
sentinel:
16-
master: shinyproxy
13+
data:
14+
redis:
1715
password: ${REDIS_PASSWORD}
18-
nodes: redis-node-0.redis-headless.redis:26379, redis-node-1.redis-headless.redis:26379, redis-node-2.redis-headless.redis:26379
16+
sentinel:
17+
master: shinyproxy
18+
password: ${REDIS_PASSWORD}
19+
nodes: redis-node-0.redis-headless.redis:26379, redis-node-1.redis-headless.redis:26379, redis-node-2.redis-headless.redis:26379
1920
proxy:
2021
store-mode: Redis
2122
stop-proxies-on-shutdown: false
@@ -42,11 +43,11 @@ spec:
4243
display-name: Hello Application
4344
description: Application which demonstrates the basics of a Shiny app
4445
container-cmd: ["R", "-e", "shinyproxy::run_01_hello()"]
45-
container-image: openanalytics/shinyproxy-integration-test-app
46+
container-image: openanalytics/shinyproxy-demo
4647
access-groups: [scientists, mathematicians]
4748
- id: 06_tabsets
4849
container-cmd: ["R", "-e", "shinyproxy::run_06_tabsets()"]
49-
container-image: openanalytics/shinyproxy-integration-test-app
50+
container-image: openanalytics/shinyproxy-demo
5051
access-groups: scientists
5152
- id: rstudio
5253
displayName: RStudio

docs/deployment/overlays/2-clustered/shinyproxy/resources/shinyproxy.shinyproxy.yaml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,13 @@ spec:
1010
spring:
1111
session:
1212
store-type: redis
13-
redis:
14-
password: ${REDIS_PASSWORD}
15-
sentinel:
16-
master: shinyproxy
13+
data:
14+
redis:
1715
password: ${REDIS_PASSWORD}
18-
nodes: redis-node-0.redis-headless.redis:26379, redis-node-1.redis-headless.redis:26379, redis-node-2.redis-headless.redis:26379
16+
sentinel:
17+
master: shinyproxy
18+
password: ${REDIS_PASSWORD}
19+
nodes: redis-node-0.redis-headless.redis:26379, redis-node-1.redis-headless.redis:26379, redis-node-2.redis-headless.redis:26379
1920
proxy:
2021
store-mode: Redis
2122
stop-proxies-on-shutdown: false
@@ -42,11 +43,11 @@ spec:
4243
display-name: Hello Application
4344
description: Application which demonstrates the basics of a Shiny app
4445
container-cmd: ["R", "-e", "shinyproxy::run_01_hello()"]
45-
container-image: openanalytics/shinyproxy-integration-test-app
46+
container-image: openanalytics/shinyproxy-demo
4647
access-groups: [scientists, mathematicians]
4748
- id: 06_tabsets
4849
container-cmd: ["R", "-e", "shinyproxy::run_06_tabsets()"]
49-
container-image: openanalytics/shinyproxy-integration-test-app
50+
container-image: openanalytics/shinyproxy-demo
5051
access-groups: scientists
5152
- id: rstudio
5253
displayName: RStudio

docs/deployment/overlays/3-namespaced-app-ns/shinyproxy/resources/shinyproxy.shinyproxy.yaml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,13 @@ spec:
1111
spring:
1212
session:
1313
store-type: redis
14-
redis:
15-
password: ${REDIS_PASSWORD}
16-
sentinel:
17-
master: shinyproxy
14+
data:
15+
redis:
1816
password: ${REDIS_PASSWORD}
19-
nodes: redis-node-0.redis-headless:26379, redis-node-1.redis-headless:26379, redis-node-2.redis-headless:26379
17+
sentinel:
18+
master: shinyproxy
19+
password: ${REDIS_PASSWORD}
20+
nodes: redis-node-0.redis-headless:26379, redis-node-1.redis-headless:26379, redis-node-2.redis-headless:26379
2021
proxy:
2122
store-mode: Redis
2223
stop-proxies-on-shutdown: false
@@ -43,15 +44,15 @@ spec:
4344
display-name: Hello Application
4445
description: Application which demonstrates the basics of a Shiny app
4546
container-cmd: [ "R", "-e", "shinyproxy::run_01_hello()" ]
46-
container-image: openanalytics/shinyproxy-integration-test-app
47+
container-image: openanalytics/shinyproxy-demo
4748
access-groups: [ scientists, mathematicians ]
4849
kubernetes-pod-patches: |
4950
- op: replace
5051
path: /metadata/namespace
5152
value: my-namespace
5253
- id: 06_tabsets
5354
container-cmd: ["R", "-e", "shinyproxy::run_06_tabsets()"]
54-
container-image: openanalytics/shinyproxy-integration-test-app
55+
container-image: openanalytics/shinyproxy-demo
5556
access-groups: scientists
5657
- id: rstudio
5758
displayName: RStudio

docs/deployment/overlays/4-namespaced-multi/resources/shinyproxy1.shinyproxy.yaml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,13 @@ spec:
1313
spring:
1414
session:
1515
store-type: redis
16-
redis:
17-
password: ${REDIS_PASSWORD}
18-
sentinel:
19-
master: shinyproxy
16+
data:
17+
redis:
2018
password: ${REDIS_PASSWORD}
21-
nodes: redis-node-0.redis-headless:26379, redis-node-1.redis-headless:26379, redis-node-2.redis-headless:26379
19+
sentinel:
20+
master: shinyproxy
21+
password: ${REDIS_PASSWORD}
22+
nodes: redis-node-0.redis-headless:26379, redis-node-1.redis-headless:26379, redis-node-2.redis-headless:26379
2223
proxy:
2324
store-mode: Redis
2425
stop-proxies-on-shutdown: false
@@ -45,11 +46,11 @@ spec:
4546
display-name: Hello Application
4647
description: Application which demonstrates the basics of a Shiny app
4748
container-cmd: ["R", "-e", "shinyproxy::run_01_hello()"]
48-
container-image: openanalytics/shinyproxy-integration-test-app
49+
container-image: openanalytics/shinyproxy-demo
4950
access-groups: [scientists, mathematicians]
5051
- id: 06_tabsets
5152
container-cmd: ["R", "-e", "shinyproxy::run_06_tabsets()"]
52-
container-image: openanalytics/shinyproxy-integration-test-app
53+
container-image: openanalytics/shinyproxy-demo
5354
access-groups: scientists
5455
- id: rstudio
5556
displayName: RStudio

docs/deployment/overlays/4-namespaced-multi/resources/shinyproxy2.shinyproxy.yaml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,14 @@ spec:
1313
spring:
1414
session:
1515
store-type: redis
16-
redis:
17-
host: redis
18-
password: ${REDIS_PASSWORD}
19-
sentinel:
20-
master: shinyproxy
16+
data:
17+
redis:
18+
host: redis
2119
password: ${REDIS_PASSWORD}
22-
nodes: redis-node-0.redis-headless:26379, redis-node-1.redis-headless:26379, redis-node-2.redis-headless:26379
20+
sentinel:
21+
master: shinyproxy
22+
password: ${REDIS_PASSWORD}
23+
nodes: redis-node-0.redis-headless:26379, redis-node-1.redis-headless:26379, redis-node-2.redis-headless:26379
2324
proxy:
2425
store-mode: Redis
2526
stop-proxies-on-shutdown: false
@@ -46,11 +47,11 @@ spec:
4647
display-name: Hello Application
4748
description: Application which demonstrates the basics of a Shiny app
4849
container-cmd: ["R", "-e", "shinyproxy::run_01_hello()"]
49-
container-image: openanalytics/shinyproxy-integration-test-app
50+
container-image: openanalytics/shinyproxy-demo
5051
access-groups: [scientists, mathematicians]
5152
- id: 06_tabsets
5253
container-cmd: ["R", "-e", "shinyproxy::run_06_tabsets()"]
53-
container-image: openanalytics/shinyproxy-integration-test-app
54+
container-image: openanalytics/shinyproxy-demo
5455
access-groups: scientists
5556
- id: rstudio
5657
displayName: RStudio

docs/deployment/overlays/4-namespaced-multi/resources/shinyproxy3.shinyproxy.yaml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,14 @@ spec:
1313
spring:
1414
session:
1515
store-type: redis
16-
redis:
17-
host: redis
18-
password: ${REDIS_PASSWORD}
19-
sentinel:
20-
master: shinyproxy
16+
data:
17+
redis:
18+
host: redis
2119
password: ${REDIS_PASSWORD}
22-
nodes: redis-node-0.redis-headless:26379, redis-node-1.redis-headless:26379, redis-node-2.redis-headless:26379
20+
sentinel:
21+
master: shinyproxy
22+
password: ${REDIS_PASSWORD}
23+
nodes: redis-node-0.redis-headless:26379, redis-node-1.redis-headless:26379, redis-node-2.redis-headless:26379
2324
proxy:
2425
store-mode: Redis
2526
stop-proxies-on-shutdown: false
@@ -46,11 +47,11 @@ spec:
4647
display-name: Hello Application
4748
description: Application which demonstrates the basics of a Shiny app
4849
container-cmd: ["R", "-e", "shinyproxy::run_01_hello()"]
49-
container-image: openanalytics/shinyproxy-integration-test-app
50+
container-image: openanalytics/shinyproxy-demo
5051
access-groups: [scientists, mathematicians]
5152
- id: 06_tabsets
5253
container-cmd: ["R", "-e", "shinyproxy::run_06_tabsets()"]
53-
container-image: openanalytics/shinyproxy-integration-test-app
54+
container-image: openanalytics/shinyproxy-demo
5455
access-groups: scientists
5556
- id: rstudio
5657
displayName: RStudio

0 commit comments

Comments
 (0)