diff --git a/apps-helm/hyperion/templates/svc.yaml b/apps-helm/hyperion/templates/svc.yaml index d188d3f..c63ffd4 100644 --- a/apps-helm/hyperion/templates/svc.yaml +++ b/apps-helm/hyperion/templates/svc.yaml @@ -4,6 +4,8 @@ metadata: labels: app: hyperion {{- include "hyperion.labels" . | nindent 4 }} + annotations: +{{- .Values.service.annotations | toYaml | nindent 4 }} name: hyperion namespace: hyperion spec: diff --git a/apps-helm/hyperion/values.yaml b/apps-helm/hyperion/values.yaml index 5fdb674..ec9fe1c 100644 --- a/apps-helm/hyperion/values.yaml +++ b/apps-helm/hyperion/values.yaml @@ -10,4 +10,6 @@ pvc: storageClass: local storageRequest: 100Mi service: - type: LoadBalancer \ No newline at end of file + type: LoadBalancer + annotations: + external-dns.alpha.kubernetes.io/hostname: hyperion.martyn.berlin