Skip to content

Commit

Permalink
External: Update unifi services.
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-j-butler committed Nov 21, 2023
1 parent 2e46d2a commit 842d1e6
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
2 changes: 1 addition & 1 deletion argocd/external/unifi-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ spec:
path: "/"
backend:
service:
name: unifi-external-service
name: unifi-console-external-service
port:
number: 8443
27 changes: 26 additions & 1 deletion argocd/external/unifi-svc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,29 @@ subsets:
protocol: UDP
- name: unifi-disc-l2
port: 1900
protocol: UDP
protocol: UDP
---
apiVersion: v1
kind: Service
metadata:
namespace: external
name: unifi-console-external-service
spec:
type: ClusterIP
ports:
- name: default-console
port: 8443
protocol: TCP
---
apiVersion: v1
kind: Endpoints
metadata:
namespace: external
name: unifi-console-external-service
subsets:
- addresses:
- ip: 10.0.3.7
ports:
- name: default-console
port: 8443
protocol: TCP

0 comments on commit 842d1e6

Please sign in to comment.