Skip to content

Commit

Permalink
Update config
Browse files Browse the repository at this point in the history
  • Loading branch information
rajsinghtech committed Oct 12, 2024
1 parent 3a38973 commit c57f557
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion k8s/fleet-manager/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: ConfigMap
metadata:
name: fleet-manager-config
data:
backend.yaml: |
config.yaml: |
kafka:
bootstrap.servers: "tesla-kafka-bootstrap.kafka:9092"
group.id: "fleet-manager"
Expand Down
6 changes: 3 additions & 3 deletions k8s/fleet-manager/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
containers:
- name: frontend
image: quay.io/rajsinghcpre/fleet-manager:v0.0.2
# command: ["/fleet-manager", "-config", "/etc/fleet-manager/frontend.yaml"]
# command: ["/fleet-manager", "-config", "/etc/fleet-manager/config.yaml"]
volumeMounts:
- name: config-volume
mountPath: /etc/fleet-manager
Expand All @@ -27,8 +27,8 @@ spec:
name: http

- name: backend
image: quay.io/rajsinghcpre/fleet-manager-backend:v0.0.2
command: ["/fleet-manager", "-config", "/etc/fleet-manager/backend.yaml"]
image: quay.io/rajsinghcpre/fleet-manager-backend:v0.0.1
command: ["/fleet-manager", "-config", "/etc/fleet-manager/config.yaml"]
volumeMounts:
- name: config-volume
mountPath: /etc/fleet-manager
Expand Down

0 comments on commit c57f557

Please sign in to comment.