We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b90b99c commit 9c41033Copy full SHA for 9c41033
chart/values.yaml
@@ -14,6 +14,11 @@ image:
14
tag: ""
15
pullPolicy: IfNotPresent
16
17
+frontend:
18
+ env:
19
+ apiUrl: "https://api.xlsforms.field.hotosm.org"
20
+ metadataUrl: "https://xlsforms.s3.amazonaws.com/metadata.json"
21
+
22
service:
23
backend:
24
type: ClusterIP
@@ -50,11 +55,6 @@ backend:
50
55
awsAccessKeyId: ""
51
56
awsSecretAccessKey: ""
52
57
53
-frontend:
54
- env:
- apiUrl: "https://api.xlsforms.field.hotosm.org"
- metadataUrl: "https://xlsforms.s3.amazonaws.com/metadata.json"
-
58
resources:
59
backend: {}
60
frontend: {}
0 commit comments