This commit is contained in:
suyiiyii 2024-11-14 23:36:01 +08:00
commit 33828c7105
Signed by: suyiiyii
GPG Key ID: 044704CB29B8AD85
2 changed files with 31 additions and 0 deletions

24
deployment.yaml Normal file
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
namespace.yaml Normal file
View File

@ -0,0 +1,7 @@
apiVersion: v1
kind: Namespace
metadata:
creationTimestamp: null
name: gitops-sample
spec: {}
status: {}