We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a38f64e commit 0ed951cCopy full SHA for 0ed951c
.kontinuous/values.yaml
@@ -68,6 +68,11 @@ backend-export:
68
probesPath: /healthz
69
containerPort: 3000
70
ingress:
71
+ paths:
72
+ - /export
73
+ - /stats
74
+ - /stats/home
75
+ - /admin/structures/export
76
annotations:
77
nginx.ingress.kubernetes.io/proxy-body-size: 64m
78
nginx.ingress.kubernetes.io/proxy-connect-timeout: "30"
@@ -125,14 +130,7 @@ backend-export:
125
130
fsGroup: 1000
126
131
runAsUser: 1000
127
132
runAsGroup: 1000
128
-
129
- # new keys
- ingress:
- paths:
- - /export
133
- - /stats
134
- - /stats/home
135
- - /admin/structures/export
+
136
137
backend-cron:
138
~chart: app
0 commit comments