Skip to content

Commit

Permalink
Update Skipper Service default to ClusterIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Corneil du Plessis committed Dec 9, 2024
1 parent 249c58e commit 4cd166f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/helm/scdf/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ serviceAccount:
server:
image:
repository: 'springcloud/spring-cloud-dataflow-server'
tag: '2.11.5-SNAPSHOT'
tag: '2.11.5'
digest: ""
pullPolicy: IfNotPresent
pullSecrets: [ ]
Expand Down Expand Up @@ -196,7 +196,7 @@ server:
skipper:
image:
repository: 'springcloud/spring-cloud-skipper'
tag: '2.11.5-SNAPSHOT'
tag: '2.11.5'
digest: ""
pullPolicy: IfNotPresent
pullSecrets: [ ]
Expand Down Expand Up @@ -282,5 +282,5 @@ skipper:
validationQuery:
dialect:
service:
type: LoadBalancer
type: ClusterIP
port: http

0 comments on commit 4cd166f

Please sign in to comment.