slaventius 2 years ago
parent e2661cf648
commit 08219fa6ab
  1. 3
      deploy/auth-service.yaml
  2. 8
      deploy/ingress.yaml

@ -10,5 +10,4 @@ spec:
app: auth-application app: auth-application
ports: ports:
- protocol: TCP - protocol: TCP
port: 9993 port: 9994
targetPort: 9994

@ -1,16 +1,16 @@
apiVersion: networking.k8s.io/v1 apiVersion: networking.k8s.io/v1
kind: Ingress kind: Ingress
metadata: metadata:
name: auth-ingress name: ingress
spec: spec:
rules: rules:
- host: www.test3k.com - host: www.test3k.com
http: http:
paths: paths:
- path: /api - path: /
pathType: ImplementationSpecific pathType: Prefix
backend: backend:
service: service:
name: auth-service name: auth-service
port: port:
number: 9993 number: 9994
Loading…
Cancel
Save