Clean static site manifests
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user