allow annotations on service
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
0c3dac639e
commit
fabfd546ad
|
@ -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:
|
||||
|
|
|
@ -10,4 +10,6 @@ pvc:
|
|||
storageClass: local
|
||||
storageRequest: 100Mi
|
||||
service:
|
||||
type: LoadBalancer
|
||||
type: LoadBalancer
|
||||
annotations:
|
||||
external-dns.alpha.kubernetes.io/hostname: hyperion.martyn.berlin
|
||||
|
|
Loading…
Reference in New Issue