53 lines
1.1 KiB
YAML
53 lines
1.1 KiB
YAML
image:
|
|
repository: tccr.io/truecharts/xbackbone
|
|
tag: v3.3.3@sha256:c22e8806732b5a63a9761d413f4dd3a39af9427a12818e8ff769094ebc141c99
|
|
pullPolicy: IfNotPresent
|
|
|
|
securityContext:
|
|
runAsNonRoot: false
|
|
readOnlyRootFilesystem: false
|
|
|
|
podSecurityContext:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
# -- environment variables. See [image repo](https://github.com/Pe46dro/XBackBone-docker#environment-variables) for more details.
|
|
# @default -- See below
|
|
env:
|
|
DB_TYPE: mysql
|
|
MYSQL_DATABASE: xbackbone
|
|
MYSQL_USER: xbackbone
|
|
|
|
|
|
# -- Configures service settings for the chart.
|
|
# @default -- See values.yaml
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10121
|
|
targetPort: 80
|
|
|
|
# -- Configure persistence settings for the chart under this key.
|
|
# @default -- See values.yaml
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/app/config"
|
|
|
|
envValueFrom:
|
|
MYSQL_HOST:
|
|
secretKeyRef:
|
|
name: mariadbcreds
|
|
key: plainhost
|
|
MYSQL_PASSWORD:
|
|
secretKeyRef:
|
|
name: mariadbcreds
|
|
key: mariadb-password
|
|
|
|
mariadb:
|
|
enabled: true
|
|
mariadbUsername: xbackbone
|
|
mariadbDatabase: xbackbone
|
|
existingSecret: "mariadbcreds"
|