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

22 lines
470 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:
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