Skip to content
Snippets Groups Projects
Commit e37b99ee authored by Ranindya Paramitha's avatar Ranindya Paramitha
Browse files

try CI/CD

parent 5f5b916d
Branches
1 merge request!40#90 Feature/setup ci cd
......@@ -123,20 +123,20 @@ metadata:
spec:
tls:
- hosts:
- __CI_ENVIRONMENT_SLUG__.frontend.__KUBE_INGRESS_BASE_DOMAIN__
- __CI_ENVIRONMENT_SLUG__.backend.__KUBE_INGRESS_BASE_DOMAIN__
- __CI_ENVIRONMENT_SLUG__.frontend.35.239.248.116.six.org
- __CI_ENVIRONMENT_SLUG__.backend.35.239.248.116.six.org
# the secret used here is an unsigned wildcard cert for demo purposes
# use your own or comment this out
# secretName: tls-some-wildcard-demo
rules:
- host: __CI_ENVIRONMENT_SLUG__.frontend.__KUBE_INGRESS_BASE_DOMAIN__
- host: __CI_ENVIRONMENT_SLUG__.frontend.35.239.248.116.six.org
http:
paths:
- path: /
backend:
serviceName: frontend
servicePort: 8080
- host: __CI_ENVIRONMENT_SLUG__.backend.__KUBE_INGRESS_BASE_DOMAIN__
- host: __CI_ENVIRONMENT_SLUG__.backend.35.239.248.116.six.org
http:
paths:
- path: /
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment