Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandrolaxx committed Jul 15, 2024
2 parents c906612 + e8e1a96 commit 2c97c8c
Showing 1 changed file with 4 additions and 26 deletions.
30 changes: 4 additions & 26 deletions devops/k8s-helm/values.yaml
Original file line number Diff line number Diff line change
@@ -1,61 +1,39 @@
replicaCount: 5

image:
repository: sandrolax/api-journey
tag: "b80feaf"
tag: e5ba6e9
pullPolicy: IfNotPresent
containerPort: 8080

# Utilizado para imagens privadas
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""

nameOverride: ''
fullnameOverride: ''
serviceAccount:
create: true
name: ""

name: ''
podSecurityContext: {}
securityContext: {}

service:
type: LoadBalancer
port: 80

ingress:
enabled: false
annotations: {}
hosts:
- host: chart-example.local
paths: []
tls: []

resources:
limits:
cpu: 200m
memory: 128Mi
requests:
cpu: 100m
memory: 128Mi

#Utilizado para self-healing do k8s, aqui podemos add health-check
# livenessProbe:
# httpGet:
# paths: /
# port: http
#readinessProbe:
# httpGet:
# paths: /
# port: http

autoscaling:
enabled: false
minReplicas: 1
maxReplicas: 10
targetCPUUtilizationPercentage: 75
#targetMemoryUtilizationPercentage: 75

#volumes: []
nodeSelector: {}
tolerations: []
affinity: {}

0 comments on commit 2c97c8c

Please sign in to comment.