allow annotations on service

Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
Martyn 2023-11-26 19:25:09 +01:00
parent 0c3dac639e
commit fabfd546ad
2 changed files with 5 additions and 1 deletions

View File

@ -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:

View File

@ -10,4 +10,6 @@ pvc:
storageClass: local
storageRequest: 100Mi
service:
type: LoadBalancer
type: LoadBalancer
annotations:
external-dns.alpha.kubernetes.io/hostname: hyperion.martyn.berlin