Skip to content

Commit

Permalink
Add service annotations to chia chart
Browse files Browse the repository at this point in the history
  • Loading branch information
cmmarslender committed Jun 13, 2024
1 parent beaf49f commit e66e5e1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/chia-blockchain/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.7.0
version: 0.7.1
4 changes: 4 additions & 0 deletions charts/chia-blockchain/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ metadata:
name: {{ include "chia-blockchain.fullname" . }}
labels:
{{- include "chia-blockchain.labels" . | nindent 4 }}
{{- with .Values.service.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
spec:
type: {{ .Values.service.type }}
{{- if .Values.service.externalTrafficPolicy }}
Expand Down
2 changes: 2 additions & 0 deletions charts/chia-blockchain/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ chiaExporter:
service:
type: ClusterIP
externalTrafficPolicy: ""
annotations: {}
# external-dns.alpha.kubernetes.io/hostname: testing.example.com

localService:
type: ClusterIP
Expand Down

0 comments on commit e66e5e1

Please sign in to comment.