Browse Source

typo correct and ingress to v1

feat/add_trialytix-esculape
Domagoj Zecevic 4 years ago
parent
commit
19ce312af2
  1. 24
      02_hetzner/02_trialytix/trialytix-esculape/deployment.yaml

24
02_hetzner/02_trialytix/trialytix-esculape/deployment.yaml

@ -164,7 +164,7 @@ spec:
# Ingress description # Ingress description
--- ---
apiVersion: networking.k8s.io/v1beta1 apiVersion: networking.k8s.io/v1
kind: Ingress kind: Ingress
metadata: metadata:
name: trialytix-esculape-ingress name: trialytix-esculape-ingress
@ -176,14 +176,20 @@ spec:
- host: trialytix-esculape.k8s.semprod.local - host: trialytix-esculape.k8s.semprod.local
http: http:
paths: paths:
- path: / - backend:
backend: service:
serviceName: frontend-trialytix-esculape name: frontend-trialytix-esculape
serv:qicePort: 8100 port:
number: 8100
path: /
pathType: ImplementationSpecific
- host: esculape.trialytix.io - host: esculape.trialytix.io
http: http:
paths: paths:
- path: / - backend:
backend: service:
serviceName: frontend-trialytix-esculape name: frontend-trialytix-esculape
servicePort: 8100 port:
number: 8100
path: /
pathType: ImplementationSpecific
Loading…
Cancel
Save