first try

This commit is contained in:
2026-05-27 00:38:43 -05:00
parent da3a9a53d9
commit d416c21e9a
6 changed files with 56 additions and 10 deletions
@@ -0,0 +1,31 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: nimh-static
spec:
replicas: 1
selector:
matchLabels:
app: nimh-static
template:
metadata:
labels:
app: nimh-static
spec:
containers:
- name: nginx
image: nginx:stable
ports:
- containerPort: 80
volumeMounts:
- name: static-files
mountPath: /var/nimh-static/site
readOnly: true
volumes:
- name: static-files
configMap:
name: nimh-static-files