Update some charts
This commit is contained in:
parent
7fe552408b
commit
5132ad1c1b
@ -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
|
||||||
|
@ -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" . }}
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user