Initial commit: k8s cluster manifests and scripts
This commit is contained in:
15
apps/opengist/manifests/opengist-svc-web.yaml
Normal file
15
apps/opengist/manifests/opengist-svc-web.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: opengist-web
|
||||
namespace: default
|
||||
spec:
|
||||
type: ClusterIP
|
||||
selector:
|
||||
app: opengist
|
||||
ports:
|
||||
- name: http
|
||||
port: 6157
|
||||
targetPort: 6157
|
||||
protocol: TCP
|
||||
|
||||
Reference in New Issue
Block a user