Add name
This commit is contained in:
parent
89b7969475
commit
511f54214b
2 changed files with 3 additions and 1 deletions
|
@ -9,9 +9,11 @@ items:
|
|||
spec:
|
||||
ports:
|
||||
- port: 8080
|
||||
name: http
|
||||
protocol: TCP
|
||||
targetPort: 8080
|
||||
- port: 9000
|
||||
name: health
|
||||
protocol: TCP
|
||||
targetPort: 9000
|
||||
selector:
|
||||
|
|
|
@ -7,7 +7,7 @@ spec:
|
|||
project: default
|
||||
source:
|
||||
repoURL: https://platform.sunet.se/streams/streams-manifests.git
|
||||
targetRevision: streams-manifests-2025-01-31-v08
|
||||
targetRevision: streams-manifests-2025-01-31-v09
|
||||
path: keycloak/overlays/test
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
|
|
Loading…
Add table
Reference in a new issue