add app, add nfs operator

This commit is contained in:
Vassiliy Yegorov
2021-05-20 14:20:41 +07:00
parent 79f0275027
commit 1b42b9592f
35 changed files with 983 additions and 24 deletions

View File

@@ -11,3 +11,16 @@ spec:
selector:
app: myapp
---
apiVersion: v1
kind: Service
metadata:
name: app-postgress-service
spec:
type: NodePort
ports:
- name: myapp-postgress-port
port: 5432
selector:
app: myapp-psql
---