Add documentation site

This commit is contained in:
Tyler Perkins 2024-11-16 12:54:08 -05:00
parent 2dd8cacd70
commit a28ade7191
Signed by: tyler
GPG Key ID: 03B27509E17EFDC8
2 changed files with 23 additions and 2 deletions

4
.gitignore vendored
View File

@ -4,5 +4,5 @@
private.pem private.pem
venv/ venv/
./.ci/static/ .ci/static/*
!./.ci/static/.gitkeep !.ci/static/.gitkeep

View File

@ -0,0 +1,21 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: documentation-site
namespace: default
spec:
slector:
matchLabels:
app: documentation-site
template:
metadata:
labels:
app: documentation-site
spec:
containers:
- name: documentation-site
image: git.clortox.com/infrastructure/gluttony-cluster/documentation:0.0.1
ports:
- name: http
containerPort: 80
protocol: TCP