57 lines
1.3 KiB
YAML
57 lines
1.3 KiB
YAML
|
image:
|
||
|
repository: ghcr.io/linuxserver/fleet
|
||
|
pullPolicy: IfNotPresent
|
||
|
tag: 2.3.3@sha256:6b68df9a3526c34b865fbf79ae45cd86042c4d8b2d8317c664cb961398b5dc4a
|
||
|
securityContext:
|
||
|
container:
|
||
|
runAsNonRoot: false
|
||
|
readOnlyRootFilesystem: false
|
||
|
runAsUser: 0
|
||
|
runAsGroup: 0
|
||
|
workload:
|
||
|
main:
|
||
|
podSpec:
|
||
|
containers:
|
||
|
main:
|
||
|
probes:
|
||
|
liveness:
|
||
|
type: http
|
||
|
path: /
|
||
|
readiness:
|
||
|
type: http
|
||
|
path: /
|
||
|
startup:
|
||
|
type: http
|
||
|
path: /
|
||
|
env:
|
||
|
fleet_admin_authentication_type: DATABASE
|
||
|
fleet_database_username: fleet
|
||
|
fleet_database_url:
|
||
|
secretKeyRef:
|
||
|
expandObjectName: false
|
||
|
name: '{{ printf "%s-%s" .Release.Name "mariadbcreds" }}'
|
||
|
key: jdbc-mariadb
|
||
|
fleet_database_password: "{{ .Values.mariadb.password }}"
|
||
|
# secretEnv:
|
||
|
|
||
|
service:
|
||
|
main:
|
||
|
ports:
|
||
|
main:
|
||
|
targetPort: 8080
|
||
|
port: 10145
|
||
|
persistence:
|
||
|
config:
|
||
|
enabled: true
|
||
|
mountPath: /config
|
||
|
varrun:
|
||
|
enabled: true
|
||
|
mariadb:
|
||
|
enabled: true
|
||
|
includeCommon: true
|
||
|
mariadbUsername: fleet
|
||
|
mariadbDatabase: fleet
|
||
|
portal:
|
||
|
open:
|
||
|
enabled: true
|