feat(syslog-ng): Use official image / remove portal (#1938)
* feat(syslog-ng): Use official image / remove portal * rofs * root * Apply suggestions from code review Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
This commit is contained in:
co-authored by
Kjeld Schouten-Lebbing
parent
5b60763789
commit
bee3228738
@@ -1,7 +1,7 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
name: syslog-ng
|
name: syslog-ng
|
||||||
version: 0.0.23
|
version: 0.1.0
|
||||||
appVersion: "3.30.1"
|
appVersion: "3.30.1"
|
||||||
description: syslog-ng allows you to flexibly collect, parse, classify, rewrite and correlate logs.
|
description: syslog-ng allows you to flexibly collect, parse, classify, rewrite and correlate logs.
|
||||||
type: application
|
type: application
|
||||||
|
|||||||
@@ -1,28 +1,8 @@
|
|||||||
# Include{groups}
|
# Include{groups}
|
||||||
portals:
|
portals: {}
|
||||||
web_portal:
|
|
||||||
protocols:
|
|
||||||
- "$kubernetes-resource_configmap_portal_protocol"
|
|
||||||
host:
|
|
||||||
- "$kubernetes-resource_configmap_portal_host"
|
|
||||||
ports:
|
|
||||||
- "$kubernetes-resource_configmap_portal_port"
|
|
||||||
questions:
|
questions:
|
||||||
- variable: portal
|
|
||||||
group: "Container Image"
|
|
||||||
label: "Configure Portal Button"
|
|
||||||
schema:
|
|
||||||
type: dict
|
|
||||||
hidden: true
|
|
||||||
attrs:
|
|
||||||
- variable: enabled
|
|
||||||
label: "Enable"
|
|
||||||
description: "enable the portal button"
|
|
||||||
schema:
|
|
||||||
hidden: true
|
|
||||||
editable: false
|
|
||||||
type: boolean
|
|
||||||
default: true
|
|
||||||
# Include{global}
|
# Include{global}
|
||||||
|
|
||||||
- variable: controller
|
- variable: controller
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
image:
|
image:
|
||||||
repository: tccr.io/truecharts/syslog-ng
|
repository: tccr.io/truecharts/syslog-ng
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: v3.30.1
|
tag: v3.35.1@sha256:58fa2b58b78dbfd23f3e1ccfae757fa49fe065c1f5a1bf96e13a65319ef18f12
|
||||||
|
|
||||||
securityContext:
|
securityContext:
|
||||||
runAsNonRoot: false
|
runAsNonRoot: false
|
||||||
@@ -11,14 +11,13 @@ podSecurityContext:
|
|||||||
runAsUser: 0
|
runAsUser: 0
|
||||||
runAsGroup: 0
|
runAsGroup: 0
|
||||||
|
|
||||||
env:
|
env: {}
|
||||||
PUID: 568
|
|
||||||
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
targetPort: 6601
|
targetPort: 601
|
||||||
port: 6601
|
port: 6601
|
||||||
syslog-udp:
|
syslog-udp:
|
||||||
enabled: true
|
enabled: true
|
||||||
@@ -26,7 +25,7 @@ service:
|
|||||||
syslog-udp:
|
syslog-udp:
|
||||||
enabled: true
|
enabled: true
|
||||||
protocol: UDP
|
protocol: UDP
|
||||||
targetPort: 5514
|
targetPort: 514
|
||||||
port: 5514
|
port: 5514
|
||||||
syslog-tls:
|
syslog-tls:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
Reference in New Issue
Block a user