code: move ingress configmap to gitea
This commit is contained in:
parent
d83d42a11e
commit
acb1a10eb5
|
@ -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}"
|
Loading…
Reference in New Issue