14 行
263 B
YAML
14 行
263 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: gitea-ssh-lb
|
|
namespace: infra-gitops
|
|
spec:
|
|
selector:
|
|
app.kubernetes.io/name: gitea
|
|
app.kubernetes.io/instance: gitea
|
|
ports:
|
|
- protocol: TCP
|
|
port: 22
|
|
targetPort: 2222
|
|
type: LoadBalancer |