2021-12-12 22:27:04 +00:00
|
|
|
image:
|
2023-11-17 10:22:57 +00:00
|
|
|
repository: ghcr.io/linuxserver/fleet
|
2021-12-12 22:27:04 +00:00
|
|
|
pullPolicy: IfNotPresent
|
2024-02-26 00:34:25 +00:00
|
|
|
tag: 2.3.3@sha256:8930801e86770ad41b8e4271f889b29c75e15e0829150669d23615e8961d3745
|
2021-12-12 22:27:04 +00:00
|
|
|
securityContext:
|
2023-04-11 10:07:17 +00:00
|
|
|
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:
|
|
|
|
secretKeyRef:
|
|
|
|
expandObjectName: false
|
|
|
|
name: '{{ printf "%s-%s" .Release.Name "mariadbcreds" }}'
|
|
|
|
key: mariadb-password
|
|
|
|
# secretEnv:
|
2021-12-12 22:27:04 +00:00
|
|
|
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
targetPort: 8080
|
|
|
|
port: 10145
|
|
|
|
persistence:
|
|
|
|
config:
|
|
|
|
enabled: true
|
2023-04-11 10:07:17 +00:00
|
|
|
mountPath: /config
|
2021-12-12 22:27:04 +00:00
|
|
|
varrun:
|
|
|
|
enabled: true
|
|
|
|
mariadb:
|
|
|
|
enabled: true
|
|
|
|
mariadbUsername: fleet
|
|
|
|
mariadbDatabase: fleet
|
2022-08-08 21:25:02 +00:00
|
|
|
portal:
|
2023-04-11 10:07:17 +00:00
|
|
|
open:
|
|
|
|
enabled: true
|