Skip to content

Commit f4f3973

Browse files
committed
ci(flux): Changing config to match flux
1 parent 971417b commit f4f3973

File tree

1 file changed

+25
-11
lines changed

1 file changed

+25
-11
lines changed

infra/config.yaml

+25-11
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,27 @@
11
---
2-
nameOverride: goweb
2+
apiVersion: helm.toolkit.fluxcd.io/v2beta1
3+
kind: HelmRelease
4+
metadata:
5+
name: goweb
6+
namespace: default
7+
spec:
8+
interval: 10m
9+
chart:
10+
spec:
11+
chart: app
12+
sourceRef:
13+
kind: HelmRepository
14+
name: vibioh
15+
namespace: flux-system
16+
interval: 10m
317

4-
image:
5-
repository: vibioh/goweb
6-
7-
config:
8-
API_LOGGER_JSON: "true"
9-
10-
ingress:
11-
enabled: true
12-
hosts:
13-
- goweb.vibioh.fr
18+
values:
19+
nameOverride: goweb
20+
image:
21+
repository: vibioh/goweb
22+
config:
23+
API_LOGGER_JSON: "true"
24+
ingress:
25+
enabled: true
26+
hosts:
27+
- goweb.vibioh.fr

0 commit comments

Comments
 (0)