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:
Stavros Kois 2022-02-23 01:09:39 +02:00 committed by GitHub
parent 5b60763789
commit bee3228738
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 29 deletions

View File

@ -1,7 +1,7 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: syslog-ng
version: 0.0.23
version: 0.1.0
appVersion: "3.30.1"
description: syslog-ng allows you to flexibly collect, parse, classify, rewrite and correlate logs.
type: application

View File

@ -1,28 +1,8 @@
# Include{groups}
portals:
web_portal:
protocols:
- "$kubernetes-resource_configmap_portal_protocol"
host:
- "$kubernetes-resource_configmap_portal_host"
ports:
- "$kubernetes-resource_configmap_portal_port"
portals: {}
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}
- variable: controller

View File

@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/syslog-ng
pullPolicy: IfNotPresent
tag: v3.30.1
tag: v3.35.1@sha256:58fa2b58b78dbfd23f3e1ccfae757fa49fe065c1f5a1bf96e13a65319ef18f12
securityContext:
runAsNonRoot: false
@ -11,14 +11,13 @@ podSecurityContext:
runAsUser: 0
runAsGroup: 0
env:
PUID: 568
env: {}
service:
main:
ports:
main:
targetPort: 6601
targetPort: 601
port: 6601
syslog-udp:
enabled: true
@ -26,7 +25,7 @@ service:
syslog-udp:
enabled: true
protocol: UDP
targetPort: 5514
targetPort: 514
port: 5514
syslog-tls:
enabled: true