Update some charts
This commit is contained in:
parent
7fe552408b
commit
5132ad1c1b
@ -3,7 +3,7 @@ apiVersion: v2
|
||||
name: shadowsocks-libev
|
||||
description: Bug-fix-only libev port of shadowsocks
|
||||
type: application
|
||||
version: 0.2.1
|
||||
version: 0.3.1
|
||||
maintainers:
|
||||
- name: allanger
|
||||
email: allanger@badhouseplants.net
|
||||
|
@ -1,3 +1,4 @@
|
||||
{{ include "lib.workload" . }}
|
||||
{{ include "lib.service" . }}
|
||||
{{ include "lib.config.env" . }}
|
||||
{{ include "lib.traefik.ingress_route_tcp" . }}
|
||||
|
@ -32,6 +32,17 @@ env:
|
||||
data:
|
||||
# -- Provide a password that will be used to connect to shadowsocks
|
||||
PASSWORD: test12345
|
||||
traefik:
|
||||
tcpRoutes:
|
||||
shadowsocks:
|
||||
entryPoints:
|
||||
- shadowsocks
|
||||
routes:
|
||||
- match: HostSNI(`*`)
|
||||
services:
|
||||
- name: '{{ include "chart.fullname" $ }}'
|
||||
port: 8388
|
||||
nativeLB: true
|
||||
|
||||
service:
|
||||
type: ClusterIP
|
||||
|
@ -4,4 +4,4 @@
|
||||
{{ include "lib.config.files" . }}
|
||||
{{ include "lib.pvc" . }}
|
||||
{{ include "lib.traefik.ingress_route_udp" . }}
|
||||
{{ include "lib.traefik.ingress_route_tcp" . }}
|
||||
{{ include "lib.traefik.ingress_route_tcp" . }}
|
||||
|
Loading…
Reference in New Issue
Block a user