Skip to content

Commit

Permalink
Merge pull request #6 from AaltoRSE/deployment
Browse files Browse the repository at this point in the history
Deployment Versionining
  • Loading branch information
tpfau authored May 30, 2024
2 parents fb0fe82 + c89b26d commit fc58c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s_deployment_gateway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
secretName: llm-gatewaysaml-secret
containers:
- name: gateway
image: harbor.cs.aalto.fi/aaltorse-public/llm_gateway # TODO
image: harbor.cs.aalto.fi/aaltorse-public/llm_gateway:1.0 #Lets start versioning this
ports:
- containerPort: 3000
resources:
Expand Down

0 comments on commit fc58c41

Please sign in to comment.