-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Bartosz Nowak
committed
Oct 29, 2023
1 parent
f360d06
commit acbe97e
Showing
5 changed files
with
24 additions
and
22 deletions.
There are no files selected for viewing
8 changes: 4 additions & 4 deletions
8
k8s/patches/prod/ksox-finance.yaml → k8s/patches/prod/ksox-landing.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
apiVersion: networking.k8s.io/v1 | ||
kind: Ingress | ||
metadata: | ||
name: ksox.finance | ||
name: ksox-landing | ||
annotations: | ||
nginx.ingress.kubernetes.io/use-regex: "true" | ||
nginx.ingress.kubernetes.io/rewrite-target: /$1 | ||
spec: | ||
tls: | ||
- hosts: | ||
- ksox.finance | ||
- landing.ksox.finance | ||
secretName: ksox-finance-tls | ||
rules: | ||
- host: ksox.finance | ||
- host: landing.ksox.finance | ||
http: | ||
paths: | ||
- path: /(.*) | ||
pathType: ImplementationSpecific | ||
backend: | ||
service: | ||
name: ksox.finance | ||
name: ksox-landing | ||
port: | ||
number: 80 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters