slaventius 2 years ago
parent fef92b3664
commit fa5e2f1eb4
  1. 29
      deploy/ingress.yaml

@ -2,15 +2,22 @@ apiVersion: networking.k8s.io/v1
kind: Ingress kind: Ingress
metadata: metadata:
name: ingress name: ingress
labels:
app: auth-application
spec: spec:
rules: defaultBackend:
- host: www.test3k.com service:
http: name: auth-service
paths: port:
- path: / number: 9994
pathType: Prefix # rules:
backend: # - host: www.test3k.com
service: # http:
name: auth-service # paths:
port: # - path: /
number: 9994 # pathType: Prefix
# backend:
# service:
# name: auth-service
# port:
# number: 9994

Loading…
Cancel
Save