Skip to content

Commit

Permalink
Merge pull request #4 from jschluchter/ns-changes
Browse files Browse the repository at this point in the history
Ns changes
  • Loading branch information
chzbrgr71 authored Apr 24, 2021
2 parents aad5cbf + 0cb6c73 commit e4d7f5c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 13 deletions.
2 changes: 1 addition & 1 deletion k8s/flights-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
name: flights-api
env:
- name: DATA_SERVICE_URI
value: http://data-api.default.svc.cluster.local:3009/
value: http://data-api.tracker.svc.cluster.local:3009/
ports:
- containerPort: 3003
protocol: TCP
Expand Down
2 changes: 1 addition & 1 deletion k8s/quakes-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
name: quakes-api
env:
- name: DATA_SERVICE_URI
value: http://data-api.default.svc.cluster.local:3009/
value: http://data-api.tracker.svc.cluster.local:3009/
ports:
- containerPort: 3012
protocol: TCP
Expand Down
13 changes: 3 additions & 10 deletions k8s/service-tracker-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,13 @@ spec:
#- image: docker.pkg.github.com/chzbrgr71/service-tracker/service-tracker-ui:v1.1
imagePullPolicy: Always
name: service-tracker-ui
# resources:
# requests:
# memory: "512Mi"
# cpu: "1.0"
# limits:
# memory: "1024Mi"
# cpu: "2.0"
env:
- name: FLIGHT_API_ROOT
value: http://flights-api.default.svc.cluster.local:3003/
value: http://flights-api.tracker.svc.cluster.local:3003/
- name: WEATHER_API_ROOT
value: http://weather-api.default.svc.cluster.local:3015/
value: http://weather-api.tracker.svc.cluster.local:3015/
- name: QUAKES_API_ROOT
value: http://quakes-api.default.svc.cluster.local:3012/
value: http://quakes-api.tracker.svc.cluster.local:3012/
ports:
- containerPort: 8080
protocol: TCP
Expand Down
2 changes: 1 addition & 1 deletion k8s/weather-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
name: weather-api
env:
- name: DATA_SERVICE_URI
value: http://data-api.default.svc.cluster.local:3009/
value: http://data-api.tracker.svc.cluster.local:3009/
ports:
- containerPort: 3015
protocol: TCP
Expand Down

0 comments on commit e4d7f5c

Please sign in to comment.