Compare commits
3 Commits
b743e12490
...
b5b6f1ffb7
Author | SHA1 | Date | |
---|---|---|---|
b5b6f1ffb7
|
|||
3b1f0099fe | |||
c0c0d4773c |
@@ -9,7 +9,7 @@ komodo:
|
|||||||
main:
|
main:
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/moghtech/komodo-core
|
repository: ghcr.io/moghtech/komodo-core
|
||||||
tag: 1.17.5
|
tag: 1.18.3
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
- name: COMPOSE_LOGGING_DRIVER
|
- name: COMPOSE_LOGGING_DRIVER
|
||||||
|
@@ -46,7 +46,7 @@ spec:
|
|||||||
instanceSelector:
|
instanceSelector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: grafana-main
|
app: grafana-main
|
||||||
title: Platform
|
title: IoT
|
||||||
uid: grafana-folder-iot
|
uid: grafana-folder-iot
|
||||||
resyncPeriod: 30s
|
resyncPeriod: 30s
|
||||||
permissions: |
|
permissions: |
|
||||||
|
11
clusters/cl01tl/monitoring/trivy/templates/namespace.yaml
Normal file
11
clusters/cl01tl/monitoring/trivy/templates/namespace.yaml
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
apiVersion: v1
|
||||||
|
kind: Namespace
|
||||||
|
metadata:
|
||||||
|
name: trivy
|
||||||
|
labels:
|
||||||
|
app.kubernetes.io/name: trivy
|
||||||
|
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||||
|
app.kubernetes.io/part-of: {{ .Release.Name }}
|
||||||
|
pod-security.kubernetes.io/audit: privileged
|
||||||
|
pod-security.kubernetes.io/enforce: privileged
|
||||||
|
pod-security.kubernetes.io/warn: privileged
|
Reference in New Issue
Block a user