mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Update sandbox env var and capitilization (#6896)
This commit is contained in:
parent
5a0f4eb318
commit
6c1d74f14f
2 changed files with 4 additions and 2 deletions
|
|
@ -34,7 +34,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: {{ .Values.fleetName }}
|
||||
imagePullPolicy: always
|
||||
imagePullPolicy: Always
|
||||
command: [/usr/bin/fleet]
|
||||
args: ["serve"]
|
||||
image: fleetdm/fleet:{{ .Values.imageTag }}
|
||||
|
|
@ -52,6 +52,8 @@ spec:
|
|||
## BEGIN FLEET SECTION
|
||||
- name: FLEET_DEMO
|
||||
value: "1"
|
||||
- name: FLEET_SERVER_SANDBOX_ENABLED
|
||||
value: "1"
|
||||
- name: FLEET_SERVER_ADDRESS
|
||||
value: "0.0.0.0:{{ .Values.fleet.listenPort }}"
|
||||
- name: FLEET_AUTH_BCRYPT_COST
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ spec:
|
|||
command: [/usr/bin/fleet]
|
||||
args: ["prepare","db","--no-prompt"]
|
||||
image: fleetdm/fleet:{{ .Values.imageTag }}
|
||||
imagePullPolicy: always
|
||||
imagePullPolicy: Always
|
||||
resources:
|
||||
limits:
|
||||
cpu: {{ .Values.resources.limits.cpu }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue