Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: website filing #95

Merged
merged 2 commits into from
Sep 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 14 additions & 8 deletions deploy/official-website.values.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
nameOverride: hq-jet-work
fullnameOverride: hq-jet-work-chart
namespace: production

image:
pullPolicy: IfNotPresent
repository: registry.cn-hangzhou.aliyuncs.com/skylark/jet-work-official-website

applicationHosts:
- hq.jet.work

appIngressroute:
tag: 0.1.0
service:
ports:
- name: official
path: /
port: 80
protocol: TCP

applicationHosts:
- hq.jet.work
- jet.work
- www.jet.work
appIngressroutes:
- name: official
path: /
servicePortName: official
applicationTLS:
certResolver: jet
Loading