File tree Expand file tree Collapse file tree 6 files changed +25
-6
lines changed Expand file tree Collapse file tree 6 files changed +25
-6
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ blocks:
10
10
task :
11
11
env_vars :
12
12
- name : REACT_APP_ERDDAP_SERVICE
13
- value : http ://buoybarn.neracoos.org
13
+ value : https ://buoybarn.neracoos.org
14
14
- name : REACT_APP_PROXY_ROOT
15
15
value : https://proxy.neracoos.org/
16
16
secrets :
@@ -35,7 +35,7 @@ blocks:
35
35
task :
36
36
env_vars :
37
37
- name : REACT_APP_ERDDAP_SERVICE
38
- value : http ://buoybarn.neracoos.org
38
+ value : https ://buoybarn.neracoos.org
39
39
- name : REACT_APP_PROXY_ROOT
40
40
value : https://proxy.neracoos.org/
41
41
secrets :
@@ -56,7 +56,7 @@ blocks:
56
56
task :
57
57
env_vars :
58
58
- name : REACT_APP_ERDDAP_SERVICE
59
- value : http ://buoybarn.neracoos.org
59
+ value : https ://buoybarn.neracoos.org
60
60
- name : REACT_APP_PROXY_ROOT
61
61
value : https://proxy.neracoos.org/
62
62
secrets :
Original file line number Diff line number Diff line change 1
1
FROM node:12.3.1-alpine@sha256:6bed93a9950db2dc1517b6a87e76e6ba842316e440d2ed028302726f723b67be AS buildstep
2
2
3
+ ARG REACT_APP_PROXY_ROOT
4
+ ARG REACT_APP_ERDDAP_SERVICE
5
+
3
6
RUN mkdir -p /usr/src/app
4
7
WORKDIR /usr/src/app
5
8
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ metadata:
4
4
name : mariners-dashboard
5
5
annotations :
6
6
kubernetes.io/ingress.class : nginx
7
- nginx.ingress.kubernetes.io/ssl-redirect : " false"
7
+ # nginx.ingress.kubernetes.io/ssl-redirect: "false"
8
8
spec :
9
9
rules :
10
10
- host : mariners.neracoos.org
Original file line number Diff line number Diff line change
1
+ - op : add
2
+ path : /spec/rules/0/host
3
+ value : mariners.neracoos.org
4
+ - op : add
5
+ path : /metadata/annotations/certmanager.k8s.io~1cluster-issuer
6
+ value : letsencrypt-prod
7
+ - op : add
8
+ path : /spec/tls
9
+ value : [{ hosts: [mariners.neracoos.org], secretName: letsencrypt-prod }]
Original file line number Diff line number Diff line change @@ -8,4 +8,11 @@ commonLabels:
8
8
app : mariners-dashboard
9
9
maintainer : akerney
10
10
funder : NERACOOS
11
- project : Mariners_dashboard
11
+ project : Mariners_dashboard
12
+ patchesJson6902 :
13
+ - target :
14
+ name : mariners-dashboard
15
+ group : extensions
16
+ version : v1beta1
17
+ kind : Ingress
18
+ path : ingress_patch.yaml
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " src" ,
3
- "version" : " 0.3.0 " ,
3
+ "version" : " 0.3.1 " ,
4
4
"private" : true ,
5
5
"homepage" : " http://mariners.neracoos.org/" ,
6
6
"dependencies" : {
You can’t perform that action at this time.
0 commit comments