Skip to content

Commit

Permalink
Remove appsettings from deploy (Will be handled through k8s configmap)
Browse files Browse the repository at this point in the history
All of these secrets have been regenerated
  • Loading branch information
danbopes committed Aug 8, 2023
1 parent 46f3565 commit c1131af
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 30 deletions.
9 changes: 0 additions & 9 deletions BrotatoServer/appsettings.Development.json

This file was deleted.

21 changes: 0 additions & 21 deletions BrotatoServer/appsettings.json

This file was deleted.

7 changes: 7 additions & 0 deletions k8s/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ spec:
- name: pvc
persistentVolumeClaim:
claimName: brotato-tracker
- name: config
configMap:
name: brotato-tracker-config
containers:
- name: brotato-tracker
image: ghcr.io/danbopes/brotatoserver:main-1691381626-937905e6
Expand Down Expand Up @@ -46,6 +49,10 @@ spec:
volumeMounts:
- name: pvc
mountPath: /app/db
- name: config
mountPath: /app/appsettings.json
subPath: appsettings.json
restartPolicy: Always
imagePullSecrets:
- name: danbopes-github
strategy:
Expand Down

0 comments on commit c1131af

Please sign in to comment.