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:
|
||||
- https://github.com/securitybunker/databunker
|
||||
- https://databunker.org/
|
||||
version: 1.0.12
|
||||
version: 1.0.15
|
||||
|
||||
@@ -9,6 +9,11 @@ metadata:
|
||||
{{- end }}
|
||||
{{- if .Values.commonAnnotations }}
|
||||
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 }}
|
||||
spec:
|
||||
type: {{ .Values.service.type }}
|
||||
|
||||
Reference in New Issue
Block a user