Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Commit

Permalink
feat: :breaking: LoadBalancer Service by default
Browse files Browse the repository at this point in the history
  • Loading branch information
mloiseleur committed Feb 9, 2024
1 parent faea85d commit bcb97aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion traefik-hub/tests/service_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ tests:
of: Service
- equal:
path: spec.type
value: ClusterIP
value: LoadBalancer
- equal:
path: metadata.name
value: "traefik-hub"
Expand Down
2 changes: 1 addition & 1 deletion traefik-hub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ extraVolumeMounts: []
## Service used in front of Traefik Hub
## See https://kubernetes.io/docs/reference/kubernetes-api/service-resources/service-v1/
service:
type: ClusterIP
type: LoadBalancer
annotations: {}
externalTrafficPolicy:
internalTrafficPolicy:
Expand Down

0 comments on commit bcb97aa

Please sign in to comment.