Initial commit: k8s cluster manifests and scripts

This commit is contained in:
2026-04-01 15:34:02 +08:00
commit 2f04fa4473
49 changed files with 4109 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
apiVersion: v1
kind: Service
metadata:
name: opengist-ssh
namespace: default
spec:
type: NodePort
selector:
app: opengist
ports:
- name: ssh
port: 2222
targetPort: 2222
protocol: TCP
nodePort: 32222