Skip to content

Commit

Permalink
update everything for k8s
Browse files Browse the repository at this point in the history
  • Loading branch information
kheina committed Jul 14, 2024
1 parent ec1143e commit 92ef64f
Show file tree
Hide file tree
Showing 14 changed files with 34 additions and 548 deletions.
27 changes: 1 addition & 26 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ credentials*
.vscode

# database files
**/*.db
sql.lock

# images
Expand All @@ -18,32 +17,8 @@ sql.lock
**/*.svg
images

# test files
*test.*
*test

# python files
**/__pycache__
**/Pipfile
.pytest_cache
.venv

# text files, except a requirements file, should it exist
*.log
*.txt
*.out
!requirements.txt

# back ups of files hosted remotely
**/backups

# experimental things
libparseform.so
parseform.cpp
parseform.py
cf

# grab template files
!*template.*

# grab ALL markdown files. These are all readmes, setups, and tutorials
!**/*.md
2 changes: 1 addition & 1 deletion k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: fuzzly-backend
image: us-central1-docker.pkg.dev/kheinacom/fuzzly-repo/fuzzly-backend:a16223c
image: us-central1-docker.pkg.dev/kheinacom/fuzzly-repo/fuzzly-backend:ec1143e
env:
- name: kh_aes
valueFrom:
Expand Down
3 changes: 0 additions & 3 deletions posts/.isort.cfg

This file was deleted.

Loading

0 comments on commit 92ef64f

Please sign in to comment.