new folders, website manifest init
This commit is contained in:
22
projects/website.yaml
Normal file
22
projects/website.yaml
Normal file
@@ -0,0 +1,22 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: website-deployment
|
||||
labels:
|
||||
app: website
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: website
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: website
|
||||
spec:
|
||||
nodeName: gatekeeper
|
||||
containers:
|
||||
- name: website
|
||||
image: registry.steffenillium.de/website
|
||||
ports:
|
||||
- containerPort: 80
|
||||
Reference in New Issue
Block a user