diff options
Diffstat (limited to '')
-rw-r--r-- | rpi5/soju/service.yaml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/rpi5/soju/service.yaml b/rpi5/soju/service.yaml index c8679ee9..4dbfa8be 100644 --- a/rpi5/soju/service.yaml +++ b/rpi5/soju/service.yaml @@ -10,3 +10,17 @@ spec: port: 6697 targetPort: 6697 type: LoadBalancer +--- +apiVersion: v1 +kind: Service +metadata: + name: irc +spec: + selector: + app: soju + ports: + - protocol: TCP + port: 6697 + targetPort: 6697 + type: LoadBalancer + loadBalancerClass: tailscale |