commit 33828c71054307add25536a41f0b902fb3bd724c Author: suyiiyii Date: Thu Nov 14 23:36:01 2024 +0800 init diff --git a/deployment.yaml b/deployment.yaml new file mode 100644 index 0000000..138b86e --- /dev/null +++ b/deployment.yaml @@ -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: {} diff --git a/namespace.yaml b/namespace.yaml new file mode 100644 index 0000000..5a1f89f --- /dev/null +++ b/namespace.yaml @@ -0,0 +1,7 @@ +apiVersion: v1 +kind: Namespace +metadata: + creationTimestamp: null + name: gitops-sample +spec: {} +status: {} \ No newline at end of file