Skip to content

Commit

Permalink
change version of kourier (#9)
Browse files Browse the repository at this point in the history
* change version of kourier

* change service type
  • Loading branch information
jmarchel7bulls authored Jun 27, 2024
1 parent 4641b22 commit 64f3766
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions serverless/kourier.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -560,13 +560,15 @@ spec:
port: 80
protocol: TCP
targetPort: 8080
nodePort: 31080
- name: https
port: 443
protocol: TCP
targetPort: 8443
nodePort: 31443
selector:
app: 3scale-kourier-gateway
type: LoadBalancer
type: NodePort
---
apiVersion: v1
kind: Service
Expand All @@ -584,12 +586,10 @@ spec:
port: 80
protocol: TCP
targetPort: 8081
nodePort: 31080
- name: https
port: 443
protocol: TCP
targetPort: 8444
nodePort: 31443
selector:
app: 3scale-kourier-gateway
type: ClusterIP
Expand Down

0 comments on commit 64f3766

Please sign in to comment.