diff --git a/manifests/profile.yaml b/manifests/profile.yaml index 2c9cf8d..72f82c5 100644 --- a/manifests/profile.yaml +++ b/manifests/profile.yaml @@ -171,14 +171,14 @@ metadata: name: profile spec: virtualhost: - fqdn: profile.apps.thelab.ms + fqdn: profile.thelab.ms rateLimitPolicy: local: requests: 50 unit: second burst: 50 tls: - secretName: apps-wildcard-cert + secretName: wildcard-cert routes: - conditions: - prefix: / diff --git a/manifests/wikijs.yaml b/manifests/wikijs.yaml index bb875bf..354c1d6 100644 --- a/manifests/wikijs.yaml +++ b/manifests/wikijs.yaml @@ -66,7 +66,7 @@ metadata: name: wikijs spec: virtualhost: - fqdn: wikijs.apps.thelab.ms + fqdn: wiki.apps.thelab.ms rateLimitPolicy: local: requests: 50 diff --git a/patches/contour-ds.yaml b/patches/contour-ds.yaml index 896431f..a665b79 100644 --- a/patches/contour-ds.yaml +++ b/patches/contour-ds.yaml @@ -11,14 +11,3 @@ spec: value: "please" operator: "Equal" effect: "NoSchedule" - containers: - - name: envoy - ports: - - containerPort: 8080 - hostPort: 0 - name: http - protocol: TCP - - containerPort: 8443 - hostPort: 0 - name: https - protocol: TCP