Merge pull request #916 from 3dwardch3ng/misc

fix port issues for adguard home, plane, s-pdf and coder
This commit is contained in:
2024-09-05 17:48:22 +10:00
committed by GitHub
4 changed files with 10 additions and 5 deletions

View File

@@ -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

View File

@@ -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
metallb.universe.tf/allow-shared-ip: k3s-cluster
ingress:
enable: true
className: nginx
host: "coder.cluster.edward.sydney"

View File

@@ -61,7 +61,7 @@ spec:
type: LoadBalancer
ports:
- name: web-3000
port: 3030
port: 3033
protocol: TCP
targetPort: 3000
selector:

View File

@@ -15,6 +15,6 @@ spec:
internalTrafficPolicy: Cluster
ports:
- protocol: TCP
port: 8080
port: 8880
targetPort: 8080
name: http