charts/charts/fleetlock/values.yaml
Alex Manning 0c83baefb8
All checks were successful
ci/woodpecker/push/fleetlock Pipeline was successful
Build a chart for fleetlock.
2023-06-15 22:05:57 +01:00

53 lines
953 B
YAML

# Default values for fleetlock.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
replicaCount: 1
image:
repository: quay.io/poseidon/fleetlock
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: ""
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
serviceAccount:
# Annotations to add to the service account
annotations: {}
# The name of the service account to use.
# If not set and create is true, a name is generated using the fullname template
name: ""
podAnnotations: {}
podSecurityContext: {}
# fsGroup: 2000
securityContext: {}
# capabilities:
# drop:
# - ALL
# readOnlyRootFilesystem: true
# runAsNonRoot: true
# runAsUser: 1000
service:
type: NodePort
port: 30973
resources:
limits:
cpu: 50m
memory: 50Mi
requests:
cpu: 50m
memory: 50Mi
nodeSelector: {}
tolerations: []
affinity: {}