forked from hms-dbmi-cellenics/ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.flux.yaml
42 lines (42 loc) · 1011 Bytes
/
.flux.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
apiVersion: v1
kind: Namespace
metadata:
name: FILLED_IN_BY_CI
labels:
sandboxId: FILLED_IN_BY_CI
---
apiVersion: helm.fluxcd.io/v1
kind: HelmRelease
metadata:
name: FILLED_IN_BY_CI
namespace: FILLED_IN_BY_CI
labels:
sandboxId: FILLED_IN_BY_CI
annotations:
fluxcd.io/automated: "true"
filter.fluxcd.io/chart-image: FILLED_IN_BY_CI
spec:
releaseName: FILLED_IN_BY_CI
chart:
git: https://github.com/hms-dbmi-cellenics/iac
path: charts/nodejs
ref: FILLED_IN_BY_CI
values:
# disable readiness probes as load balancer performs
# its own health checks/cordoning
readinessProbe:
probeType: exec
command: ["echo", "0"]
loadBalancerHealthCheck:
path: "/robots.txt"
periodSeconds: 30
livenessProbe:
probeType: tcpSocket
service:
additionalHosts: FILLED_IN_BY_CI
valuesFrom:
- configMapKeyRef:
name: account-config
namespace: flux
key: account-config.yaml
# filled in by CI. do not modify.