We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 971417b commit f4f3973Copy full SHA for f4f3973
infra/config.yaml
@@ -1,13 +1,27 @@
1
---
2
-nameOverride: goweb
+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
17
-image:
- repository: vibioh/goweb
-
-config:
- API_LOGGER_JSON: "true"
-ingress:
- enabled: true
- hosts:
- - 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