This repository has been archived on 2025-05-04. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
kittehcluster/kubernetes/services/matrix-dendrite-personal/ingress.yml
2024-12-12 10:54:53 -05:00

17 lines
366 B
YAML

apiVersion: v1
kind: Service
metadata:
namespace: matrix-dendrite-personal
name: dendrite
annotations:
metallb.universe.tf/loadBalancerIPs: 192.168.2.21
spec:
type: LoadBalancer
selector:
app.kubernetes.io/instance: dendrite
app.kubernetes.io/name: dendrite
ports:
- name: http
protocol: TCP
port: 8008
targetPort: http