Remove static sites for now

This commit is contained in:
Tyler Perkins 2024-11-16 12:58:56 -05:00
parent 0b2830c2ec
commit 584aecb0ee
Signed by: tyler
GPG Key ID: 03B27509E17EFDC8
2 changed files with 0 additions and 35 deletions

View File

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

View File

@ -1,14 +0,0 @@
apiVersion: v1
kind: Service
metadata:
name: static-site-services
namespace: default
spec:
type: LoadBalancer
ports:
- port: 80
targetPort: 80
protocol: TCP
selector:
app: static-site