File tree Expand file tree Collapse file tree 4 files changed +5
-22
lines changed
Expand file tree Collapse file tree 4 files changed +5
-22
lines changed Original file line number Diff line number Diff line change 44{{- $servicePort := .Values.service.port }}
55{{- $ingressPath := .Values.ingress.path }}
66
7-
8- ---
9- apiVersion : extensions/v1beta1
10- kind : Ingress
11- metadata :
12- name : testing123-ingress
13- annotations :
14- kubernetes.io/ingress.class : nginx
15- spec :
16- rules :
17- - host : testing123.example.com # the domain you want associated
18- http :
19- paths :
20- - path : /
21- backend :
22- serviceName : testing123-service # existing service
23- servicePort : 8000 # existing service port
24-
257apiVersion : extensions/v1beta1
268kind : Ingress
279metadata :
Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ const useStyles = makeStyles(() => ({
99 marginTop : '1rem' ,
1010 } ,
1111 mainHeadline : {
12- fontSize : '2rem' ,
12+ fontSize : '1.8rem' ,
13+ fontWeight : 'bold' ,
1314 marginBottom : '1rem' ,
1415 marginTop : '2rem' ,
1516 } ,
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ const useStyles = makeStyles(theme => ({
88 margin : 10 ,
99 } ,
1010 metaInfo : {
11- backgroundColor : '#3a4049 ' ,
11+ backgroundColor : '#24292e ' ,
1212 padding : '0' ,
1313 width : '100%' ,
1414 } ,
You can’t perform that action at this time.
0 commit comments