mirror of
https://github.com/optim-enterprises-bv/databunker.git
synced 2025-10-30 17:37:50 +00:00
add annotations
This commit is contained in:
@@ -33,4 +33,4 @@ name: databunker
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/securitybunker/databunker
|
- https://github.com/securitybunker/databunker
|
||||||
- https://databunker.org/
|
- https://databunker.org/
|
||||||
version: 1.0.12
|
version: 1.0.15
|
||||||
|
|||||||
@@ -9,6 +9,11 @@ metadata:
|
|||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if .Values.commonAnnotations }}
|
{{- if .Values.commonAnnotations }}
|
||||||
annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }}
|
annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }}
|
||||||
|
{{- else }}
|
||||||
|
annotations:
|
||||||
|
service.beta.kubernetes.io/aws-load-balancer-name: "databunker-lb"
|
||||||
|
service.beta.kubernetes.io/aws-load-balancer-backend-protocol: "HTTPS"
|
||||||
|
service.beta.kubernetes.io/aws-load-balancer-healthcheck-path: "/status"
|
||||||
{{- end }}
|
{{- end }}
|
||||||
spec:
|
spec:
|
||||||
type: {{ .Values.service.type }}
|
type: {{ .Values.service.type }}
|
||||||
|
|||||||
Reference in New Issue
Block a user