TrueChartsClone/charts/stable/pretend-youre-xyzzy/values.yaml

25 lines
523 B
YAML
Raw Normal View History

image:
# -- image repository
repository: tccr.io/truecharts/pretend-youre-xyzzy
# -- image tag
tag: v4@sha256:04eccbccc15cb755bbdcdd277d7ceaefb776d22b1ca8de6a97cc97eccfc7cd17
# -- image pull policy
pullPolicy: IfNotPresent
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
# -- Configures service settings for the chart.
# @default -- See values.yaml
service:
main:
ports:
main:
port: 10094
targetPort: 8080