29 lines
495 B
YAML
29 lines
495 B
YAML
ext-self-signed-cert:
|
|
enabled: true
|
|
name: xray.badhouseplants.net
|
|
domain: xray.badhouseplants.net
|
|
ingress:
|
|
main:
|
|
enabled: false
|
|
workload:
|
|
replicas: 2
|
|
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
|