ingress 3
This commit is contained in:
@ -40,10 +40,8 @@ spec:
|
||||
app: locsrv
|
||||
ports:
|
||||
- name: http
|
||||
protocol: TCP
|
||||
port: 8080
|
||||
targetPort: 8080
|
||||
|
||||
port: 80
|
||||
---
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
@ -64,8 +62,7 @@ spec:
|
||||
pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
name: http
|
||||
name: locative
|
||||
port:
|
||||
number: 8080
|
||||
|
||||
number: 80
|
||||
|
||||
|
Reference in New Issue
Block a user