Skip to content

Commit

Permalink
[UniFi] Add support for a service type (#3)
Browse files Browse the repository at this point in the history
Makes sense, I have the same. Thanks for your contribution!
  • Loading branch information
rafaelperoco authored Aug 3, 2023
1 parent 2f2fdc6 commit f9a8059
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/unifi-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: unifi-controller
description: A Helm Chart for deploying a UniFi controller to Kubernetes
icon: https://assets-global.website-files.com/622b70d8906c7ab0c03f77f8/63b40a92093c6b2f3767e4e6_tMCv8T-y_400x400.png
type: application
version: 2.1.1
version: 2.1.2
keywords:
- unifi
- controller
Expand All @@ -16,7 +16,7 @@ maintainers:
url: https://qonstrukt.nl
annotations:
artifacthub.io/changes: |
- Upgrade Controller to v7.4.162
- Add support for a service type
artifacthub.io/images: |
- name: unifi-controller
image: linuxserver/unifi-controller:7.4.162
Expand Down
2 changes: 1 addition & 1 deletion charts/unifi-controller/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ metadata:
{{- toYaml . | nindent 4 }}
{{- end }}
spec:
type: LoadBalancer
type: {{ .Values.service.type }}
ports:
- port: {{ .Values.service.ports.devicecom }}
targetPort: 8080
Expand Down

0 comments on commit f9a8059

Please sign in to comment.