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:
|
labels:
|
||||||
app: hyperion
|
app: hyperion
|
||||||
{{- include "hyperion.labels" . | nindent 4 }}
|
{{- include "hyperion.labels" . | nindent 4 }}
|
||||||
|
annotations:
|
||||||
|
{{- .Values.service.annotations | toYaml | nindent 4 }}
|
||||||
name: hyperion
|
name: hyperion
|
||||||
namespace: hyperion
|
namespace: hyperion
|
||||||
spec:
|
spec:
|
||||||
|
|
|
@ -10,4 +10,6 @@ pvc:
|
||||||
storageClass: local
|
storageClass: local
|
||||||
storageRequest: 100Mi
|
storageRequest: 100Mi
|
||||||
service:
|
service:
|
||||||
type: LoadBalancer
|
type: LoadBalancer
|
||||||
|
annotations:
|
||||||
|
external-dns.alpha.kubernetes.io/hostname: hyperion.martyn.berlin
|
||||||
|
|
Loading…
Reference in New Issue