Skip to content

Commit

Permalink
[skip ci] Update tag in values helm
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 14, 2024
1 parent e5ba6e9 commit e8e1a96
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 e8e1a96

Please sign in to comment.