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