27 lines
471 B
YAML
27 lines
471 B
YAML
|
ext-self-signed-cert:
|
||
|
enabled: true
|
||
|
name: xray.badhouseplants.net
|
||
|
domain: xray.badhouseplants.net
|
||
|
ingress:
|
||
|
main:
|
||
|
enabled: false
|
||
|
service:
|
||
|
xray-https:
|
||
|
enabled: true
|
||
|
type: NodePort
|
||
|
ports:
|
||
|
https:
|
||
|
port: 443
|
||
|
targetPort: 443
|
||
|
nodePort: 30015
|
||
|
protocol: TCP
|
||
|
xray-http:
|
||
|
enabled: true
|
||
|
type: NodePort
|
||
|
ports:
|
||
|
http:
|
||
|
port: 80
|
||
|
targetPort: 80
|
||
|
protocol: TCP
|
||
|
nodePort: 30014
|