apps(opengist): Added OpenGist to deployment

This commit is contained in:
2025-06-03 21:36:37 +02:00
parent 6d864c854b
commit 1b4298593e
5 changed files with 103 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
apiVersion: v1
kind: Service
metadata:
name: opengist
spec:
type: ClusterIP
selector:
app.kubernetes.io/name: opengist
ports:
- protocol: TCP
port: 80
targetPort: 6157
name: http