Skip to content

Commit

Permalink
fix values
Browse files Browse the repository at this point in the history
  • Loading branch information
diegolagospagopa committed Jun 3, 2022
1 parent 9e7335b commit 79fe719
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions helm/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ microservice-chart:
repository: cstardcommonacr.azurecr.io/devopsspringbootgitlabworkflow
tag: latest
pullPolicy: Always
port: 8080
livenessProbePath: /live
readinessProbePath: /ready

deployment:
create: false
livenessProbePath: /live
readinessProbePath: /ready

ingress:
create: false
Expand All @@ -32,6 +33,7 @@ microservice-chart:
allowPrivilegeEscalation: false

service:
create: false
type: ClusterIP
port: 8080

Expand Down

0 comments on commit 79fe719

Please sign in to comment.