mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-02-08 02:00:30 +00:00
feat(oci/victoria-logs-single): update 0.8.16 ➼ 0.9.5 (#1936)
This commit is contained in:
@@ -9,7 +9,7 @@ spec:
|
||||
chart:
|
||||
spec:
|
||||
chart: victoria-logs-single
|
||||
version: 0.8.16
|
||||
version: 0.9.5
|
||||
sourceRef:
|
||||
name: victoria
|
||||
kind: HelmRepository
|
||||
@@ -17,6 +17,8 @@ spec:
|
||||
values:
|
||||
server:
|
||||
enabled: true
|
||||
#fullnameOverride: *app
|
||||
mode: deployment
|
||||
podLabels:
|
||||
ingress.home.arpa/nginx-internal: allow
|
||||
image:
|
||||
@@ -32,11 +34,11 @@ spec:
|
||||
enabled: true
|
||||
annotations:
|
||||
nginx.ingress.kubernetes.io/whitelist-source-range: |
|
||||
${IP_JJ_V4}
|
||||
${IP_JJ_V4:=127.0.0.1/32}
|
||||
ingressClassName: nginx-internal
|
||||
pathType: Prefix
|
||||
hosts:
|
||||
- name: &host "${APP_DNS_VICTORIA_LOGS:=127.0.0.1}"
|
||||
- name: &host "${APP_DNS_VICTORIA_LOGS:=victoria-logs}"
|
||||
path: /
|
||||
port: http
|
||||
tls:
|
||||
@@ -60,16 +62,13 @@ spec:
|
||||
fsGroup: *uid
|
||||
fsGroupChangePolicy: Always
|
||||
seccompProfile: { type: "RuntimeDefault" }
|
||||
statefulSet:
|
||||
enabled: false
|
||||
serviceMonitor:
|
||||
enabled: true
|
||||
affinity: {} # TODO: add fuck-off
|
||||
fluent-bit:
|
||||
enabled: false # TODO: explore this
|
||||
extraObjects: []
|
||||
# global:
|
||||
# nameOverride: *app
|
||||
# victoriaLogs:
|
||||
# server:
|
||||
# fullnameOverride: *app
|
||||
dashboards:
|
||||
enabled: true
|
||||
labels:
|
||||
grafana_dashboard: "1"
|
||||
|
||||
Reference in New Issue
Block a user