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:
|
spec:
|
||||||
ports:
|
ports:
|
||||||
- port: 8080
|
- port: 8080
|
||||||
|
name: http
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
targetPort: 8080
|
targetPort: 8080
|
||||||
- port: 9000
|
- port: 9000
|
||||||
|
name: health
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
targetPort: 9000
|
targetPort: 9000
|
||||||
selector:
|
selector:
|
||||||
|
|
|
@ -7,7 +7,7 @@ spec:
|
||||||
project: default
|
project: default
|
||||||
source:
|
source:
|
||||||
repoURL: https://platform.sunet.se/streams/streams-manifests.git
|
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
|
path: keycloak/overlays/test
|
||||||
destination:
|
destination:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
|
|
Loading…
Add table
Reference in a new issue