Skip to content

Commit

Permalink
Changing urls for Knative services
Browse files Browse the repository at this point in the history
  • Loading branch information
ruzickap committed Aug 13, 2019
1 parent f6bb33e commit fa94791
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
1 change: 1 addition & 0 deletions .spelling
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ k8s
Kiali
Knative
kops
kube2iam
kubectl
kubed
Kubernetes
Expand Down
1 change: 0 additions & 1 deletion docs/part-02/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,3 @@ Output:

```text
```

18 changes: 9 additions & 9 deletions docs/part-06/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,17 @@ spec:
name: http-knative-services
protocol: HTTP2
hosts:
- grafana.${MY_DOMAIN}
- prometheus.${MY_DOMAIN}
- tekton.${MY_DOMAIN}
- knative-grafana.${MY_DOMAIN}
- knative-prometheus.${MY_DOMAIN}
- knative-tekton.${MY_DOMAIN}
- port:
number: 443
name: https-knative-services
protocol: HTTPS
hosts:
- grafana.${MY_DOMAIN}
- prometheus.${MY_DOMAIN}
- tekton.${MY_DOMAIN}
- knative-grafana.${MY_DOMAIN}
- knative-prometheus.${MY_DOMAIN}
- knative-tekton.${MY_DOMAIN}
tls:
credentialName: ingress-cert-${LETSENCRYPT_ENVIRONMENT}
mode: SIMPLE
Expand All @@ -72,7 +72,7 @@ metadata:
namespace: knative-monitoring
spec:
hosts:
- "grafana.${MY_DOMAIN}"
- "knative-grafana.${MY_DOMAIN}"
gateways:
- knative-services-gateway
http:
Expand All @@ -89,7 +89,7 @@ metadata:
namespace: knative-monitoring
spec:
hosts:
- "prometheus.${MY_DOMAIN}"
- "knative-prometheus.${MY_DOMAIN}"
gateways:
- knative-services-gateway
http:
Expand All @@ -106,7 +106,7 @@ metadata:
namespace: knative-monitoring
spec:
hosts:
- "tekton.${MY_DOMAIN}"
- "knative-tekton.${MY_DOMAIN}"
gateways:
- knative-services-gateway
http:
Expand Down

0 comments on commit fa94791

Please sign in to comment.