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
|
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
|
||||||
|
|||||||
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
|
- 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"
|
||||||
@@ -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:
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user