Skip to content

Commit

Permalink
Merge pull request #29 from replicatedhq/laverya/return-kotsadm-nodep…
Browse files Browse the repository at this point in the history
…ort-service-name

ensure the nodeport is named admin-console
  • Loading branch information
laverya authored Dec 18, 2023
2 parents 107f056 + 0c7e93c commit 722ef9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/kotsadm-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Service
metadata:
labels:
{{- include "admin-console.labels" . | nindent 4 }}
name: kotsadm-nodeport
name: admin-console
spec:
ports:
- name: http
Expand Down

0 comments on commit 722ef9a

Please sign in to comment.