Skip to content

Commit

Permalink
corretto LB IP in values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
marmila committed Jan 6, 2024
1 parent 3cc86b6 commit 7c916f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion argocd/system/drupal/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ service:
loadBalancerSourceRanges: []
## @param service.loadBalancerIP loadBalancerIP for the Drupal Service (optional, cloud specific)
## ref: https://kubernetes.io/docs/user-guide/services/#type-loadbalancer
loadBalancerIP: "10.0.0.170"
loadBalancerIP: "93.34.120.139"
## @param service.nodePorts [object] Kubernetes node port
## nodePorts:
## http: <to set explicitly, choose port between 30000-32767>
Expand Down

0 comments on commit 7c916f4

Please sign in to comment.