Change service listner port
This commit is contained in:
parent
511f54214b
commit
2611822375
3 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@ items:
|
|||
name: keycloak
|
||||
spec:
|
||||
ports:
|
||||
- port: 8080
|
||||
- port: 80
|
||||
name: http
|
||||
protocol: TCP
|
||||
targetPort: 8080
|
||||
|
|
|
@ -7,7 +7,7 @@ spec:
|
|||
project: default
|
||||
source:
|
||||
repoURL: https://platform.sunet.se/streams/streams-manifests.git
|
||||
targetRevision: streams-manifests-2025-01-31-v09
|
||||
targetRevision: streams-manifests-2025-01-31-v10
|
||||
path: keycloak/overlays/test
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
|
|
|
@ -20,4 +20,4 @@ spec:
|
|||
service:
|
||||
name: keycloak
|
||||
port:
|
||||
number: 8080
|
||||
number: 80
|
||||
|
|
Loading…
Add table
Reference in a new issue