Skip to content

Commit

Permalink
chore(test): add ingress CI tests
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus Söderberg <msoderb@gmail.com>
  • Loading branch information
msoderberg committed Sep 3, 2024
1 parent 072538d commit cc6c909
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
12 changes: 12 additions & 0 deletions charts/backstage/ci/ingress-extraHosts-values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
ingress:
enabled: true
host: backstage.example.com
tls:
enabled: true
secretName: "backstage-tls"
extraHosts:
- name: backstage.dev.example.com
extraTls:
- hosts:
- backstage.dev.example.com
secretName: "backstage-dev-tls"
6 changes: 6 additions & 0 deletions charts/backstage/ci/ingress-values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
ingress:
enabled: true
host: backstage.example.com
tls:
enabled: true
secretName: "backstage-tls"

0 comments on commit cc6c909

Please sign in to comment.