Add ntc-comingsoon
This commit is contained in:
parent
e84be46aab
commit
c975a222c1
2 changed files with 23 additions and 1 deletions
|
@ -20,6 +20,8 @@ spec:
|
||||||
- hosts:
|
- hosts:
|
||||||
- aramperes.ca
|
- aramperes.ca
|
||||||
secretName: aramperes.ca-wildcard-tls
|
secretName: aramperes.ca-wildcard-tls
|
||||||
|
- hosts:
|
||||||
|
- notetaking.club
|
||||||
rules:
|
rules:
|
||||||
- host: momoperes.ca
|
- host: momoperes.ca
|
||||||
http:
|
http:
|
||||||
|
@ -75,4 +77,10 @@ spec:
|
||||||
backend:
|
backend:
|
||||||
serviceName: website-files
|
serviceName: website-files
|
||||||
servicePort: 9000
|
servicePort: 9000
|
||||||
|
- host: notetaking.club
|
||||||
|
http:
|
||||||
|
paths:
|
||||||
|
- path: /
|
||||||
|
backend:
|
||||||
|
serviceName: ntc-comingsoon
|
||||||
|
servicePort: 7001
|
||||||
|
|
14
infra/manifests/ntc-comingsoon.yml
Normal file
14
infra/manifests/ntc-comingsoon.yml
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
apiVersion: v1
|
||||||
|
kind: Service
|
||||||
|
metadata:
|
||||||
|
name: ntc-comingsoon
|
||||||
|
namespace: public
|
||||||
|
spec:
|
||||||
|
externalName: 10.137.248.204
|
||||||
|
ports:
|
||||||
|
- name: http
|
||||||
|
port: 7001
|
||||||
|
protocol: TCP
|
||||||
|
targetPort: 7001
|
||||||
|
sessionAffinity: None
|
||||||
|
type: ExternalName
|
Loading…
Add table
Add a link
Reference in a new issue