new folders, website manifest init
This commit is contained in:
parent
daf70117e8
commit
ae12eb00f7
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
kubedeploy.code-workspace
|
|
||||||
|
8
kubedeploy.code-workspace
Normal file
8
kubedeploy.code-workspace
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"folders": [
|
||||||
|
{
|
||||||
|
"path": "."
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"settings": {}
|
||||||
|
}
|
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
|
Loading…
x
Reference in New Issue
Block a user