init
This commit is contained in:
commit
33828c7105
24
deployment.yaml
Normal file
24
deployment.yaml
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
apiVersion: apps/v1
|
||||||
|
kind: Deployment
|
||||||
|
metadata:
|
||||||
|
creationTimestamp: null
|
||||||
|
labels:
|
||||||
|
app: gatewayyy
|
||||||
|
name: gatewayyy
|
||||||
|
spec:
|
||||||
|
replicas: 1
|
||||||
|
selector:
|
||||||
|
matchLabels:
|
||||||
|
app: gatewayyy
|
||||||
|
strategy: {}
|
||||||
|
template:
|
||||||
|
metadata:
|
||||||
|
creationTimestamp: null
|
||||||
|
labels:
|
||||||
|
app: gatewayyy
|
||||||
|
spec:
|
||||||
|
containers:
|
||||||
|
- image: docker.m.ixdev.cn/library/nginx:latest
|
||||||
|
name: nginx
|
||||||
|
resources: {}
|
||||||
|
status: {}
|
7
namespace.yaml
Normal file
7
namespace.yaml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
apiVersion: v1
|
||||||
|
kind: Namespace
|
||||||
|
metadata:
|
||||||
|
creationTimestamp: null
|
||||||
|
name: gitops-sample
|
||||||
|
spec: {}
|
||||||
|
status: {}
|
Loading…
x
Reference in New Issue
Block a user