Files
smokeping_prober-helm/charts/smokeping-prober/values.yaml
Mohammed Naser 7ae39f46ec Added Helm chart with linting
Change-Id: Ib2244866fdbbf5a1d0590352a5867506aedec191
2020-03-28 21:37:06 -04:00

52 lines
1.0 KiB
YAML

# Default values for smokeping.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
replicaCount: 1
image:
repository: vexxhost/smokeping
version: latest
pullPolicy: IfNotPresent
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
podSecurityContext: {}
# fsGroup: 2000
securityContext: {}
# capabilities:
# drop:
# - ALL
# readOnlyRootFilesystem: true
# runAsNonRoot: true
# runAsUser: 1000
hosts:
- ip: localhost
service:
type: NodePort
port: 80
nodePort: 30080
resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi
nodeSelector: {}
tolerations: []
affinity: {}