22 lines
504 B
YAML
22 lines
504 B
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
repository: oci.trueforge.org/containerforge/it-tools
|
|
pullPolicy: IfNotPresent
|
|
tag: 2024.10.22@sha256:86a76ddbc4b8d2aba5bb3b7634c1145fc265785143fa974993aed81a87edc9ba
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
protocol: http
|
|
targetPort: 8080
|
|
port: 18082
|
|
persistence:
|
|
cache:
|
|
enabled: true
|
|
type: emptyDir
|
|
mountPath: "/var/cache/nginx"
|
|
config:
|
|
enabled: true
|
|
type: emptyDir
|
|
mountPath: /config
|