63 lines
1.1 KiB
YAML
63 lines
1.1 KiB
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
repository: ghcr.io/netbootxyz/netbootxyz
|
|
pullPolicy: IfNotPresent
|
|
tag: 0.7.6-nbxyz2@sha256:c0f6be6d49a5d5df6620332bd582e56c95a091a3f60a25133b19f6d686e1fa39
|
|
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
capabilities:
|
|
add:
|
|
- SYS_CHROOT
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
MENU_VERSION: ""
|
|
TFTPD_OPTS: "--tftp-single-port"
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
protocol: http
|
|
targetPort: 3000
|
|
port: 10612
|
|
assets:
|
|
enabled: true
|
|
ports:
|
|
assets:
|
|
enabled: true
|
|
protocol: http
|
|
targetPort: 80
|
|
port: 10613
|
|
tftp:
|
|
enabled: true
|
|
ports:
|
|
tftp:
|
|
enabled: true
|
|
port: 69
|
|
protocol: udp
|
|
targetPort: 69
|
|
|
|
ingress:
|
|
assets:
|
|
enabled: false
|
|
targetSelector:
|
|
assets: assets
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /config
|
|
assets:
|
|
enabled: true
|
|
mountPath: /assets
|