apiVersion: extensions/v1beta1
kind: Ingressmetadata: name: tf-flowspec:
rules: - host: tf-flow.@@DOMAIN@@ http: paths: - backend: serviceName: scdf-server servicePort: 80 path: /--
You received this message because you are subscribed to the Google Groups "kubernetes-sig-cli" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kubernetes-sig-...@googlegroups.com.
To post to this group, send email to kubernete...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kubernetes-sig-cli/32920477-6d1a-4199-a10b-78f713c8e874%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hey Oliver,Can you tell us more about what you're trying to do? How many instances of this ingress do yo have? What is the reason for using sed rather than hard-coding the specific values?
client1:
dev: dev.tf-flow.client1.mydomain.com
test: test.tf-flow.client1.mydomain.com
client2:
dev: dev.tf-flow.client2.mydomain.com
test: test.tf-flow.client2.mydomain.com
apiVersion: extensions/v1beta1
kind: Ingressmetadata: name: tf-flowspec:
rules: - host: @@STAGE@@.tf-flow.@@DOMAIN@@ http: paths: - backend: serviceName: scdf-server servicePort: 80 path: /sed 's|@@STAGE@@|$(STAGE)|g' ingress.yaml | sed 's|@@DOMAIN@@|$(DOMAIN)|g' | kubectl apply -f -
apiVersion: extensions/v1beta1
kind: Ingressmetadata: name: tf-flowspec:
rules: - host: @@HOST@@ http: paths: - backend: serviceName: scdf-server servicePort: 80 path: /--
You received this message because you are subscribed to the Google Groups "kubernetes-sig-cli" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kubernetes-sig-...@googlegroups.com.
To post to this group, send email to kubernete...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kubernetes-sig-cli/1f80cf3e-ba02-46cf-a7de-0d14cecb4bd6%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kubernetes-sig-cli/CAL7Ftgvv08UGkMRk%2BTKZXaosO%3DZQTBHo8OtX9YB2w0YMm_0wbA%40mail.gmail.com.
To unsubscribe from this group and stop receiving emails from it, send an email to kubernetes-sig-cli+unsub...@googlegroups.com.
To post to this group, send email to kubernete...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kubernetes-sig-cli/1f80cf3e-ba02-46cf-a7de-0d14cecb4bd6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "kubernetes-sig-cli" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kubernetes-sig-cli+unsub...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to kubernetes-sig-...@googlegroups.com.
To post to this group, send email to kubernete...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kubernetes-sig-cli/1f80cf3e-ba02-46cf-a7de-0d14cecb4bd6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "kubernetes-sig-cli" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kubernetes-sig-...@googlegroups.com.
To post to this group, send email to kubernete...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kubernetes-sig-cli/CAL7Ftgvv08UGkMRk%2BTKZXaosO%3DZQTBHo8OtX9YB2w0YMm_0wbA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "kubernetes-sig-cli" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kubernetes-sig-...@googlegroups.com.
To post to this group, send email to kubernete...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kubernetes-sig-cli/93372602-a157-4149-8c8c-9df282c7c417%40googlegroups.com.