change other ports
This commit is contained in:
@@ -23,9 +23,9 @@ spec:
|
|||||||
name: traefik-external
|
name: traefik-external
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
containerPort: 80
|
containerPort: 9080
|
||||||
- name: https
|
- name: https
|
||||||
containerPort: 443
|
containerPort: 9443
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
memory: "2Gi"
|
memory: "2Gi"
|
||||||
|
|||||||
@@ -9,10 +9,10 @@ spec:
|
|||||||
ports:
|
ports:
|
||||||
- protocol: TCP
|
- protocol: TCP
|
||||||
port: 9080
|
port: 9080
|
||||||
targetPort: 80
|
targetPort: 9080
|
||||||
name: http
|
name: http
|
||||||
- protocol: TCP
|
- protocol: TCP
|
||||||
port: 9443
|
port: 9443
|
||||||
targetPort: 443
|
targetPort: 9443
|
||||||
name: https
|
name: https
|
||||||
type: LoadBalancer
|
type: LoadBalancer
|
||||||
Reference in New Issue
Block a user