Add docs K8s spec

This commit is contained in:
2022-11-29 10:30:27 -06:00
parent 37fcaabdef
commit bbafd54dcc
5 changed files with 91 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
---
apiVersion: v1
kind: Service
metadata:
name: docs-service
namespace: extollo
spec:
selector:
app: docs
ports:
- port: 80
targetPort: 80
---
apiVersion: v1
kind: Service
metadata:
name: docs-service-lb
namespace: extollo
spec:
type: LoadBalancer
selector:
app: docs
ports:
- port: 80
targetPort: 80