Skip to content
Snippets Groups Projects
Commit 0dd4fddc authored by Ranindya Paramitha's avatar Ranindya Paramitha Committed by Ihsan M. A.
Browse files

try CI/CD

parent d2ace4e0
No related merge requests found
...@@ -123,20 +123,20 @@ metadata: ...@@ -123,20 +123,20 @@ metadata:
spec: spec:
tls: tls:
- hosts: - hosts:
- __CI_ENVIRONMENT_SLUG__.frontend.__KUBE_INGRESS_BASE_DOMAIN__ - __CI_ENVIRONMENT_SLUG__.frontend.35.239.248.116.six.org
- __CI_ENVIRONMENT_SLUG__.backend.__KUBE_INGRESS_BASE_DOMAIN__ - __CI_ENVIRONMENT_SLUG__.backend.35.239.248.116.six.org
# the secret used here is an unsigned wildcard cert for demo purposes # the secret used here is an unsigned wildcard cert for demo purposes
# use your own or comment this out # use your own or comment this out
# secretName: tls-some-wildcard-demo # secretName: tls-some-wildcard-demo
rules: rules:
- host: __CI_ENVIRONMENT_SLUG__.frontend.__KUBE_INGRESS_BASE_DOMAIN__ - host: __CI_ENVIRONMENT_SLUG__.frontend.35.239.248.116.six.org
http: http:
paths: paths:
- path: / - path: /
backend: backend:
serviceName: frontend serviceName: frontend
servicePort: 8080 servicePort: 8080
- host: __CI_ENVIRONMENT_SLUG__.backend.__KUBE_INGRESS_BASE_DOMAIN__ - host: __CI_ENVIRONMENT_SLUG__.backend.35.239.248.116.six.org
http: http:
paths: paths:
- path: / - 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