From 5c2d88fa1f05108b7d32d5237c78ffc1202d3698 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A4=D0=B5=D0=B4=D0=BE=D1=80=D0=BE=D0=B2=20=D0=94=D0=BC?= =?UTF-8?q?=D0=B8=D1=82=D1=80=D0=B8=D0=B9?= Date: Tue, 7 Nov 2023 21:19:18 +0300 Subject: [PATCH] test --- test.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 test.yaml diff --git a/test.yaml b/test.yaml new file mode 100644 index 0000000..ef53456 --- /dev/null +++ b/test.yaml @@ -0,0 +1,10 @@ +kind: Service +apiVersion: v1 +metadata: + name: openresty +spec: + ports: + - port: 80 + targetPort: 80 + selector: + k8s-app: openresty \ No newline at end of file