Files
truecharts/charts/dev/hastebin/values.yaml
Kjeld Schouten-Lebbing a43712504c feat: Add H-Range of UnRaid Ports (#3233)
* feat: Add H-Range of UnRaid Ports

* remove non-passing Charts

* re
2022-07-20 21:12:45 +02:00

25 lines
430 B
YAML

env: {}
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/hastebin
tag: latest
persistence:
data:
enabled: true
mountPath: /app/data
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
main:
enabled: true
ports:
main:
enabled: true
port: 7777
protocol: TCP
targetPort: 7777