add ingress for homer and gitea

This commit is contained in:
2024-08-26 22:43:18 +10:00
parent b4f19f4a23
commit 64fa627751
4 changed files with 25 additions and 6 deletions

View File

@@ -3,15 +3,12 @@ kind: Service
metadata:
name: homer
namespace: homer
annotations:
metallb.universe.tf/address-pool: k3s-cluster-ip-pool
metallb.universe.tf/allow-shared-ip: k3s-cluster
labels:
app.kubernetes.io/name: homer
spec:
selector:
app.kubernetes.io/name: homer
type: LoadBalancer
type: ClusterIP
internalTrafficPolicy: Cluster
ports:
- protocol: TCP