2024-11-17 20:52:41 +00:00
|
|
|
ext-self-signed-cert:
|
|
|
|
enabled: true
|
|
|
|
name: xray.badhouseplants.net
|
|
|
|
domain: xray.badhouseplants.net
|
|
|
|
ingress:
|
|
|
|
main:
|
|
|
|
enabled: false
|
2024-11-18 10:58:09 +00:00
|
|
|
workload:
|
|
|
|
replicas: 2
|
2024-11-17 20:52:41 +00:00
|
|
|
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
|