This commit is contained in:
Micke Nordin 2025-01-31 09:51:41 +01:00
parent 89b7969475
commit 511f54214b
Signed by: Micke
GPG key ID: 0DA0A7A5708FE257
2 changed files with 3 additions and 1 deletions

View file

@ -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:

View file

@ -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