diff --git a/apps/adguard-home/base/service.yaml b/apps/adguard-home/base/service.yaml index a5c8537..442e127 100644 --- a/apps/adguard-home/base/service.yaml +++ b/apps/adguard-home/base/service.yaml @@ -35,11 +35,11 @@ spec: targetPort: 80 name: http-tcp - protocol: TCP - port: 443 + port: 10443 targetPort: 443 name: https-tcp - protocol: UDP - port: 443 + port: 10443 targetPort: 443 name: https-udp - protocol: TCP diff --git a/apps/coder/env/k3s-cluster/values.yaml b/apps/coder/env/k3s-cluster/values.yaml index d650df2..985d357 100644 --- a/apps/coder/env/k3s-cluster/values.yaml +++ b/apps/coder/env/k3s-cluster/values.yaml @@ -18,6 +18,11 @@ coder: - name: coder-data mountPath: /config service: + type: ClusterIP annotations: metallb.universe.tf/address-pool: k3s-cluster-ip-pool - metallb.universe.tf/allow-shared-ip: k3s-cluster \ No newline at end of file + metallb.universe.tf/allow-shared-ip: k3s-cluster + ingress: + enable: true + className: nginx + host: "coder.cluster.edward.sydney" \ No newline at end of file diff --git a/apps/plane/base/service.yaml b/apps/plane/base/service.yaml index 67f2207..5075679 100644 --- a/apps/plane/base/service.yaml +++ b/apps/plane/base/service.yaml @@ -61,7 +61,7 @@ spec: type: LoadBalancer ports: - name: web-3000 - port: 3030 + port: 3033 protocol: TCP targetPort: 3000 selector: diff --git a/apps/stirling-pdf/base/service.yaml b/apps/stirling-pdf/base/service.yaml index 0a74908..b47e6f8 100644 --- a/apps/stirling-pdf/base/service.yaml +++ b/apps/stirling-pdf/base/service.yaml @@ -15,6 +15,6 @@ spec: internalTrafficPolicy: Cluster ports: - protocol: TCP - port: 8080 + port: 8880 targetPort: 8080 name: http