Skip to content

Commit 0ed951c

Browse files
authored
fix(ci): yaml typo
1 parent a38f64e commit 0ed951c

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.kontinuous/values.yaml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,11 @@ backend-export:
6868
probesPath: /healthz
6969
containerPort: 3000
7070
ingress:
71+
paths:
72+
- /export
73+
- /stats
74+
- /stats/home
75+
- /admin/structures/export
7176
annotations:
7277
nginx.ingress.kubernetes.io/proxy-body-size: 64m
7378
nginx.ingress.kubernetes.io/proxy-connect-timeout: "30"
@@ -125,14 +130,7 @@ backend-export:
125130
fsGroup: 1000
126131
runAsUser: 1000
127132
runAsGroup: 1000
128-
129-
# new keys
130-
ingress:
131-
paths:
132-
- /export
133-
- /stats
134-
- /stats/home
135-
- /admin/structures/export
133+
136134

137135
backend-cron:
138136
~chart: app

0 commit comments

Comments
 (0)