This commit is contained in:
2024-11-14 23:36:01 +08:00
commit 33828c7105
2 changed files with 31 additions and 0 deletions
+24
View 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
View File
@@ -0,0 +1,7 @@
apiVersion: v1
kind: Namespace
metadata:
creationTimestamp: null
name: gitops-sample
spec: {}
status: {}