Skip to content

Commit

Permalink
add values-prod
Browse files Browse the repository at this point in the history
  • Loading branch information
watri committed Jan 25, 2024
1 parent f0886db commit 0a4bf56
Showing 1 changed file with 65 additions and 0 deletions.
65 changes: 65 additions & 0 deletions charts/demo/values-prod.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
# Default values for demo.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.

replicaCount: 2

image:
repository: watri/demo
pullPolicy: IfNotPresent
tag: ""

imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""

serviceAccount:
create: false

podAnnotations: {}
podLabels: {}

podSecurityContext: {}

securityContext: {}

service:
type: NodePort
targetPort : 80
nodePort : 30001
port: 80

ingress:
enabled: false

# resources:
# limits:
# cpu: 10m
# memory: 128Mi
# requests:
# cpu: 10m
# memory: 128Mi

livenessProbe:
httpGet:
path: /
port: http
readinessProbe:
httpGet:
path: /
port: http
initialDelaySeconds: 5
periodSeconds: 30

autoscaling:
enabled: false

volumes: []

volumeMounts: []

nodeSelector: {}

tolerations: []

affinity: {}

0 comments on commit 0a4bf56

Please sign in to comment.