chore(apps): move incubator apps to stable and bump everything
This commit is contained in:
@@ -0,0 +1,53 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/snipe-it
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v5.3.3@sha256:e4e26d777996c34fba581dcb26f05843ece36797f032a01df7fed1f1e32898cb
|
||||
|
||||
secret: {}
|
||||
|
||||
# See more environment variables in the snipe documentation
|
||||
# https://github.com/linuxserver/docker-snipe-it#parameters
|
||||
env:
|
||||
PUID: 568
|
||||
NGINX_APP_URL: '{{ include "common.names.fullname" . }}:8080'
|
||||
MYSQL_USER: snipe-it
|
||||
MYSQL_DATABASE: "snipe-it"
|
||||
MYSQL_PORT_3306_TCP_PORT: "3306"
|
||||
|
||||
securityContext:
|
||||
runAsNonRoot: false
|
||||
readOnlyRootFilesystem: false
|
||||
|
||||
podSecurityContext:
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 10120
|
||||
targetPort: 80
|
||||
|
||||
persistence:
|
||||
varrun:
|
||||
enabled: true
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: /config
|
||||
|
||||
envValueFrom:
|
||||
MYSQL_PORT_3306_TCP_ADDR:
|
||||
secretKeyRef:
|
||||
name: mariadbcreds
|
||||
key: plainhost
|
||||
MYSQL_PASSWORD:
|
||||
secretKeyRef:
|
||||
name: mariadbcreds
|
||||
key: mariadb-password
|
||||
|
||||
mariadb:
|
||||
enabled: true
|
||||
mariadbUsername: snipe-it
|
||||
mariadbDatabase: snipe-it
|
||||
existingSecret: "mariadbcreds"
|
||||
Reference in New Issue
Block a user