diff --git a/wireproxy/Chart.yaml b/wireproxy/Chart.yaml index db8426f..57e9bce 100644 --- a/wireproxy/Chart.yaml +++ b/wireproxy/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.0 +version: 1.0.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/wireproxy/extra-values.yaml b/wireproxy/extra-values.yaml deleted file mode 100644 index 11d889a..0000000 --- a/wireproxy/extra-values.yaml +++ /dev/null @@ -1,18 +0,0 @@ -environment: - - name: WIREGUARD_KEY - value: QLwVsC9gXoOBVO8IFOJGrp1GEzLFxe+sKw55d0KAtHg= - -configMap: - wireproxyConf: | - [Interface] - PrivateKey = $WIREGUARD_KEY - Address = 192.168.100.1/32 - ListenPort = 51820 - - [Peer] - PublicKey = n21LuUwLDByVqlh1Q6YFgzwfE/7ndWsh5BLdxTw6vlI= - AllowedIPs = 192.168.100.0/24 - - [TCPServerTunnel] - ListenPort = 8181 - Target = test-studio-svc:8000 \ No newline at end of file diff --git a/wireproxy/helmfile.yaml b/wireproxy/helmfile.yaml deleted file mode 100644 index 0b66daa..0000000 --- a/wireproxy/helmfile.yaml +++ /dev/null @@ -1,6 +0,0 @@ -releases: - - name: wireproxy - chart: ./ - namespace: mviewer - values: - - extra-values.yaml