Добавлены services и statefulset

This commit is contained in:
B4D_US3R 2026-03-18 22:20:01 +05:00
parent fd21b566f1
commit c1ce0dcb2d
6 changed files with 102 additions and 0 deletions

View file

@ -0,0 +1,13 @@
apiVersion: v1
kind: Service
metadata:
name: nginx-srv
labels:
app: &app nginx
spec:
selector:
app: *app
ports:
- port: 80
name: http
clusterIP: None