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 95da540 commit 88c7de3Copy full SHA for 88c7de3
deployment/docker-compose/docker-compose.yml
deployment/k8s/shiny-service.yml
@@ -2,7 +2,7 @@ kind: Service
2
apiVersion: v1
3
metadata:
4
name: shiny-service
5
- namespace: eoda
+ namespace: shiny-dev
6
labels:
7
app: shiny-app
8
spec:
@@ -18,7 +18,7 @@ apiVersion: apps/v1
18
kind: Deployment
19
20
name: shiny-deployment
21
22
23
selector:
24
matchLabels:
@@ -40,7 +40,7 @@ spec:
40
apiVersion: networking.k8s.io/v1
41
kind: Ingress
42
43
44
name: shiny-ingress
45
46
rules:
0 commit comments