Update some charts

This commit is contained in:
Nikolai Rodionov 2024-07-09 20:53:29 +02:00
parent 7fe552408b
commit 5132ad1c1b
Signed by: allanger
GPG Key ID: 0AA46A90E25592AD
4 changed files with 14 additions and 2 deletions

View File

@ -3,7 +3,7 @@ apiVersion: v2
name: shadowsocks-libev name: shadowsocks-libev
description: Bug-fix-only libev port of shadowsocks description: Bug-fix-only libev port of shadowsocks
type: application type: application
version: 0.2.1 version: 0.3.1
maintainers: maintainers:
- name: allanger - name: allanger
email: allanger@badhouseplants.net email: allanger@badhouseplants.net

View File

@ -1,3 +1,4 @@
{{ include "lib.workload" . }} {{ include "lib.workload" . }}
{{ include "lib.service" . }} {{ include "lib.service" . }}
{{ include "lib.config.env" . }} {{ include "lib.config.env" . }}
{{ include "lib.traefik.ingress_route_tcp" . }}

View File

@ -32,6 +32,17 @@ env:
data: data:
# -- Provide a password that will be used to connect to shadowsocks # -- Provide a password that will be used to connect to shadowsocks
PASSWORD: test12345 PASSWORD: test12345
traefik:
tcpRoutes:
shadowsocks:
entryPoints:
- shadowsocks
routes:
- match: HostSNI(`*`)
services:
- name: '{{ include "chart.fullname" $ }}'
port: 8388
nativeLB: true
service: service:
type: ClusterIP type: ClusterIP