Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adjust service lb ip #59

Merged
merged 1 commit into from
Feb 27, 2024
Merged

adjust service lb ip #59

merged 1 commit into from
Feb 27, 2024

Conversation

jgilfoil
Copy link
Owner

unclear if this needs to match the ingress ip

unclear if this needs to match the ingress ip
Copy link

--- HelmRelease: media/plex Service: media/plex

+++ HelmRelease: media/plex Service: media/plex

@@ -6,13 +6,13 @@

   labels:
     app.kubernetes.io/instance: plex
     app.kubernetes.io/managed-by: Helm
     app.kubernetes.io/name: plex
     app.kubernetes.io/service: plex
   annotations:
-    io.cilium/lb-ipam-ips: 192.168.1.210
+    io.cilium/lb-ipam-ips: 192.168.1.212
 spec:
   type: LoadBalancer
   ports:
   - port: 32400
     targetPort: 32400
     protocol: TCP

Copy link

--- kubernetes/apps/media/plex/app Kustomization: flux-system/plex HelmRelease: media/plex

+++ kubernetes/apps/media/plex/app Kustomization: flux-system/plex HelmRelease: media/plex

@@ -116,12 +116,12 @@

         type: emptyDir
       transcode:
         type: emptyDir
     service:
       main:
         annotations:
-          io.cilium/lb-ipam-ips: 192.168.1.210
+          io.cilium/lb-ipam-ips: 192.168.1.212
         ports:
           http:
             port: 32400
         type: LoadBalancer
 

@jgilfoil jgilfoil merged commit 0c5f0c8 into main Feb 27, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant