* Unraid Bulk Checks * initial removals * more failures * more failed * catalog failure * more failures * remove broken from bulk-check * clean some things * no message * remoive another problem * fix * another * hmm * yeet * yeet another * yeet * yeet * fix some mistakes * hmm * cleanup * cleanup * remove petio
25 lines
450 B
YAML
25 lines
450 B
YAML
env:
|
|
S_HOST: 192.168.2.254
|
|
S_NAME: Unraid
|
|
S_PORT: "5450"
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/prometheus-phoenixstats
|
|
tag: latest
|
|
persistence: {}
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
enabled: true
|
|
ports:
|
|
main:
|
|
enabled: true
|
|
port: 9192
|
|
protocol: TCP
|
|
targetPort: 80
|