code: move ingress configmap to gitea

This commit is contained in:
xeruf 2022-11-09 12:58:45 +00:00
parent d83d42a11e
commit acb1a10eb5
2 changed files with 0 additions and 21 deletions

View File

@ -1,21 +0,0 @@
---
# https://metallb.org/usage/
#apiVersion: metallb.io/v1beta1
apiVersion: v1
kind: Service
metadata:
name: gitea-ssh
spec:
type: LoadBalancer
loadBalancerIP: "${ip_address}"
ports:
- name: ssh
protocol: TCP
port: 22
targetPort: 22
selector:
app: gitea
status:
loadBalancer:
ingress:
- ip: "${ip_address}"