Skip to content

Commit

Permalink
adding audit
Browse files Browse the repository at this point in the history
  • Loading branch information
EliseCastle23 committed Nov 5, 2024
1 parent 8176f40 commit 5bdbc8b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion kube/services/audit-service/audit-service-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ spec:
readOnly: true
mountPath: "/src/audit-service-config.yaml"
subPath: "audit-service-config.yaml"
- name: "config-volume"
readOnly: true
mountPath: "/audit/audit-service-config.yaml"
subPath: "audit-service-config.yaml"
resources:
requests:
cpu: 100m
Expand All @@ -109,6 +113,10 @@ spec:
readOnly: true
mountPath: "/src/audit-service-config.yaml"
subPath: "audit-service-config.yaml"
- name: "config-volume"
readOnly: true
mountPath: "/audit/audit-service-config.yaml"
subPath: "audit-service-config.yaml"
resources:
limits:
cpu: 0.8
Expand All @@ -117,4 +125,4 @@ spec:
args:
- "-c"
- |
/env/bin/alembic upgrade head
poetry run alembic upgrade head || /env/bin/alembic upgrade head

0 comments on commit 5bdbc8b

Please sign in to comment.