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 targetPort: 80
name: http-tcp name: http-tcp
- protocol: TCP - protocol: TCP
port: 443 port: 10443
targetPort: 443 targetPort: 443
name: https-tcp name: https-tcp
- protocol: UDP - protocol: UDP
port: 443 port: 10443
targetPort: 443 targetPort: 443
name: https-udp name: https-udp
- protocol: TCP - protocol: TCP

View File

@@ -18,6 +18,11 @@ coder:
- name: coder-data - name: coder-data
mountPath: /config mountPath: /config
service: service:
type: ClusterIP
annotations: annotations:
metallb.universe.tf/address-pool: k3s-cluster-ip-pool 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 type: LoadBalancer
ports: ports:
- name: web-3000 - name: web-3000
port: 3030 port: 3033
protocol: TCP protocol: TCP
targetPort: 3000 targetPort: 3000
selector: selector:

View File

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