update service annotations for address pool and allow shared ip for metallb for service adguard-home, homer, qbittorrent, gitea, sonaqube, minio, mongodb, postgresql and renovate

This commit is contained in:
2024-08-26 14:17:54 +10:00
parent 592ce843a5
commit df2f7bce39
9 changed files with 33 additions and 9 deletions

View File

@@ -5,6 +5,7 @@ metadata:
namespace: adguard-home
annotations:
metallb.universe.tf/address-pool: k3s-cluster-ips
metallb.universe.tf/allow-shared-ip: k3s-cluster-ips
labels:
app.kubernetes.io/name: adguard-home
spec:

View File

@@ -19,6 +19,7 @@ service:
ssh: 10022
annotations:
metallb.universe.tf/address-pool: k3s-cluster-ips
metallb.universe.tf/allow-shared-ip: k3s-cluster-ips
ingress:
enabled: true
ingressClassName: "nginx"

View File

@@ -5,6 +5,7 @@ metadata:
namespace: homer
annotations:
metallb.universe.tf/address-pool: k3s-cluster-ips
metallb.universe.tf/allow-shared-ip: k3s-cluster-ips
labels:
app.kubernetes.io/name: homer
spec:

View File

@@ -3,6 +3,9 @@ kind: Service
metadata:
name: qbittorrent
namespace: qbittorrent
annotations:
metallb.universe.tf/address-pool: k3s-cluster-ips
metallb.universe.tf/allow-shared-ip: k3s-cluster-ips
labels:
app.kubernetes.io/name: qbittorrent
spec:

View File

@@ -23,6 +23,9 @@ service:
ports:
http: 8090
elastic: 9091
annotations:
metallb.universe.tf/address-pool: k3s-cluster-ips
metallb.universe.tf/allow-shared-ip: k3s-cluster-ips
persistence:
enabled: true
storageClass: local-path