Skip to content

Commit

Permalink
πŸ‡ update service type
Browse files Browse the repository at this point in the history
  • Loading branch information
petar-cvit committed Apr 22, 2024
1 parent 95da8af commit d558764
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install/cyclops-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ metadata:
name: cyclops-ui
namespace: cyclops
spec:
type: LoadBalancer
type: ClusterIP
ports:
- port: 3000
targetPort: 80
Expand Down Expand Up @@ -387,7 +387,7 @@ metadata:
labels:
app: cyclops-ctrl
spec:
type: LoadBalancer
type: ClusterIP
ports:
- port: 8080
protocol: TCP
Expand Down

0 comments on commit d558764

Please sign in to comment.