Clean static site manifests

This commit is contained in:
samsep101
2026-01-05 15:05:57 +05:00
parent 5965f18a2b
commit 0c3c560c7d
5 changed files with 0 additions and 54 deletions

View File

@@ -5,7 +5,6 @@ metadata:
namespace: default
labels:
app: static-site
app.kubernetes.io/part-of: static-site
spec:
replicas: 1
selector:
@@ -15,17 +14,9 @@ spec:
metadata:
labels:
app: static-site
app.kubernetes.io/part-of: static-site
spec:
containers:
- name: nginx
image: harbor.apps.kopikopi.com.ru/drone/test:latest
ports:
- containerPort: 80
volumeMounts:
- name: html
mountPath: /usr/share/nginx/html
volumes:
- name: html
configMap:
name: static-site-html