unused ingress code clean up

This commit is contained in:
2024-08-26 19:51:22 +10:00
parent 0d207fdb0c
commit 5bf65cdf2b
12 changed files with 14 additions and 166 deletions

View File

@@ -3,10 +3,13 @@ kind: Service
metadata:
name: redis-insight
namespace: redis
annotations:
metallb.universe.tf/address-pool: k3s-cluster-ip-pool
metallb.universe.tf/allow-shared-ip: k3s-cluster
labels:
app.kubernetes.io/name: redis-insight
spec:
type: ClusterIP
type: LoadBalancer
ports:
- port: 5540
targetPort: 5540