Add documentation site
This commit is contained in:
parent
2dd8cacd70
commit
a28ade7191
4
.gitignore
vendored
4
.gitignore
vendored
@ -4,5 +4,5 @@
|
||||
private.pem
|
||||
venv/
|
||||
|
||||
./.ci/static/
|
||||
!./.ci/static/.gitkeep
|
||||
.ci/static/*
|
||||
!.ci/static/.gitkeep
|
||||
|
21
cluster/static-site-hosts/documentation-deployment.yaml
Normal file
21
cluster/static-site-hosts/documentation-deployment.yaml
Normal 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
|
Loading…
Reference in New Issue
Block a user