Gluttony-Cluster/cluster/static-site-hosts/documentation-deployment.yaml

22 lines
458 B
YAML
Raw Normal View History

2024-11-16 17:54:08 +00:00
apiVersion: apps/v1
kind: Deployment
metadata:
name: documentation-site
namespace: default
spec:
2024-11-16 17:55:01 +00:00
selector:
2024-11-16 17:54:08 +00:00
matchLabels:
2024-11-16 17:57:46 +00:00
app: static-site
2024-11-16 17:54:08 +00:00
template:
metadata:
labels:
2024-11-16 17:57:46 +00:00
app: static-site
2024-11-16 17:54:08 +00:00
spec:
containers:
- name: documentation-site
image: git.clortox.com/infrastructure/gluttony-cluster/documentation:0.0.1
ports:
- name: http
containerPort: 80
protocol: TCP