Update ingress and service definitions
Remove type loadBalancer from service.
This commit is contained in:
parent
4cf689e27f
commit
c943dadf17
2 changed files with 7 additions and 10 deletions
|
@ -19,6 +19,6 @@ spec:
|
|||
path: "/"
|
||||
backend:
|
||||
service:
|
||||
name: website-service
|
||||
name: nginx-service
|
||||
port:
|
||||
number: 80
|
||||
|
|
|
@ -6,14 +6,11 @@ metadata:
|
|||
app: nginx
|
||||
namespace: default
|
||||
spec:
|
||||
type: LoadBalancer
|
||||
ipFamilyPolicy: PreferDualStack
|
||||
selector:
|
||||
app: nginx
|
||||
ports:
|
||||
- port: 80
|
||||
targetPort: 80
|
||||
name: http
|
||||
- port: 443
|
||||
targetPort: 443
|
||||
name: https
|
||||
- name: nginx-http
|
||||
port: 80
|
||||
- name: nginx-https
|
||||
port: 443
|
||||
|
Loading…
Reference in a new issue