Skip to content

Commit 89ecec2

Browse files
committed
remove "web" ingressRoute
1 parent 1bbdc71 commit 89ecec2

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

applications/wg-easy/Taskfile.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ vars:
2525
EXPOSE_PORTS:
2626
- port: 30443
2727
protocol: https
28-
- port: 30080
29-
protocol: http
3028

3129
# GCP default configuration
3230
GCP_PROJECT: '{{.GCP_PROJECT | default "replicated-qa"}}'

applications/wg-easy/helmfile.yaml.gotmpl

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ releases:
3939
wait: true
4040
installed: true
4141
skipDeps: true
42-
42+
4343
# Install issuers separately after cert-manager is ready
4444
- name: cert-manager-issuers
4545
namespace: cert-manager
@@ -50,7 +50,7 @@ releases:
5050
skipDeps: true
5151
needs:
5252
- cert-manager/cert-manager
53-
53+
5454
- name: traefik
5555
namespace: traefik
5656
chart: {{ .Values.chartSources.traefik }}
@@ -67,7 +67,7 @@ releases:
6767
nodePort: 30080
6868
websecure:
6969
nodePort: 30443
70-
70+
7171
# Install replicated-sdk (only in replicated environment)
7272
- name: replicated-sdk
7373
namespace: replicated-sdk
@@ -78,7 +78,7 @@ releases:
7878
skipDeps: true
7979
needs:
8080
- traefik/traefik
81-
81+
8282
- name: wg-easy
8383
namespace: wg-easy
8484
chart: {{ .Values.chartSources.wgEasy }}
@@ -96,5 +96,3 @@ releases:
9696
traefikRoutes:
9797
web-tls:
9898
hostName: '{{ env "TF_EXPOSED_URL" }}'
99-
web:
100-
hostName: '{{ env "TF_EXPOSED_HTTP_URL" }}'

0 commit comments

Comments
 (0)