Skip to content

Commit

Permalink
add back svc to service name of apache-nas
Browse files Browse the repository at this point in the history
  • Loading branch information
edevosc2c committed Dec 5, 2024
1 parent 6afbb7c commit fb1fffd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apache-nas/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: apache-nas
description: A Helm chart for deploying a Apache-httpd server
type: application
version: 1.3.0
version: 1.3.1
appVersion: "1.16.0"
2 changes: 1 addition & 1 deletion apache-nas/templates/apache-nas-svc.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: Service
metadata:
name: {{ include "apache-nas.fullname" . }}
name: {{ include "apache-nas.fullname" . }}-svc
labels:
{{- include "apache-nas.labels" . | nindent 4 }}
spec:
Expand Down

0 comments on commit fb1fffd

Please sign in to comment.