Merge pull request #916 from 3dwardch3ng/misc
fix port issues for adguard home, plane, s-pdf and coder
This commit is contained in:
@@ -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
|
||||
|
||||
7
apps/coder/env/k3s-cluster/values.yaml
vendored
7
apps/coder/env/k3s-cluster/values.yaml
vendored
@@ -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"
|
||||
@@ -61,7 +61,7 @@ spec:
|
||||
type: LoadBalancer
|
||||
ports:
|
||||
- name: web-3000
|
||||
port: 3030
|
||||
port: 3033
|
||||
protocol: TCP
|
||||
targetPort: 3000
|
||||
selector:
|
||||
|
||||
@@ -15,6 +15,6 @@ spec:
|
||||
internalTrafficPolicy: Cluster
|
||||
ports:
|
||||
- protocol: TCP
|
||||
port: 8080
|
||||
port: 8880
|
||||
targetPort: 8080
|
||||
name: http
|
||||
|
||||
Reference in New Issue
Block a user