Skip to content

Commit

Permalink
feat(deploy): test deployment to kubernetes azure
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-chervet committed Oct 29, 2024
1 parent 09407ef commit dfe2b39
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion deploy/kubernetes/api-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ spec:
app: api
ports:
- name: "http"
port: 8000
port: 8000
targetPort: 8000
3 changes: 2 additions & 1 deletion deploy/kubernetes/ia-worker-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ spec:
app: ia-worker
ports:
- name: "http"
port: 8000
port: 8000
targetPort: 8000
2 changes: 1 addition & 1 deletion deploy/kubernetes/slimfaas-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ spec:
terminationGracePeriodSeconds: 30
env:
- name: BASE_FUNCTION_URL
value: "http://{function_name}.{namespace}.svc.cluster.local:8000"
value: "http://{function_name}:8000"
- name: BASE_FUNCTION_POD_URL
value: "http://{pod_ip}:8000"
- name: BASE_SLIMDATA_URL
Expand Down

0 comments on commit dfe2b39

Please sign in to comment.