Skip to content

Commit

Permalink
Merge pull request #4156 from BenTheElder/slack-tools
Browse files Browse the repository at this point in the history
move slack tools to their own subdomain so they don't conflict with the inviter redirect
  • Loading branch information
k8s-ci-robot authored Aug 30, 2022
2 parents bbf7b1b + 7a8b9f9 commit 2fc2591
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/slack-infra/resources/certificate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ metadata:
name: slack-infra
spec:
domains:
- slack.k8s.io
- slack.kubernetes.io
- slack-infra.k8s.io
- slack-infra.kubernetes.io
5 changes: 5 additions & 0 deletions dns/zone-configs/k8s.io._0_base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,11 @@ sippy:
slack:
type: CNAME
value: redirect.k8s.io.
# Slack tools like the moderator
# see apps/slack-infra and https://sigs.k8s.io/slack-infra
slack-infra:
type: A
value: 34.107.195.71
# Prow (@ixdy).
submit-queue:
type: CNAME
Expand Down
5 changes: 5 additions & 0 deletions dns/zone-configs/kubernetes.io._0_base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,11 @@ sigs:
slack:
type: CNAME
value: redirect.k8s.io.
# Slack tools like the moderator
# see apps/slack-infra and https://sigs.k8s.io/slack-infra
slack-infra:
type: A
value: 34.107.195.71
# Prow (@ixdy).
submit-queue:
type: CNAME
Expand Down

0 comments on commit 2fc2591

Please sign in to comment.