-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add giantswarmio-nginx-app-0.6.3-9ca62cb2790b13b41c3b5d966a784dc86aa9…
…e113.tgz giantswarmio-nginx-app-0.6.3-9ca62cb2790b13b41c3b5d966a784dc86aa9e113.tgz-meta/README.md giantswarmio-nginx-app-0.6.3-9ca62cb2790b13b41c3b5d966a784dc86aa9e113.tgz-meta/main.yaml giantswarmio-nginx-app-0.6.3-9ca62cb2790b13b41c3b5d966a784dc86aa9e113.tgz-meta/values.schema.json
- Loading branch information
1 parent
1907157
commit 5a94216
Showing
5 changed files
with
78 additions
and
1 deletion.
There are no files selected for viewing
Binary file added
BIN
+2.45 KB
giantswarmio-nginx-app-0.6.3-9ca62cb2790b13b41c3b5d966a784dc86aa9e113.tgz
Binary file not shown.
5 changes: 5 additions & 0 deletions
5
...mio-nginx-app-0.6.3-9ca62cb2790b13b41c3b5d966a784dc86aa9e113.tgz-meta/README.md
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Redirect service for what used to be our website | ||
|
||
This service is design to listen to `https://giantswarm.io/` and redirect requests to new locations, mainly `https://www.giantswarm.io/`. | ||
|
||
There is a metrics endpoint on https://giantswarm.io/metrics showing how often a certain URI has been hit. |
11 changes: 11 additions & 0 deletions
11
giantswarmio-nginx-app-0.6.3-9ca62cb2790b13b41c3b5d966a784dc86aa9e113.tgz-meta/main.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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
annotations: | ||
application.giantswarm.io/metadata: https://giantswarm.github.io/giantswarm-operations-platform-test-catalog/giantswarmio-nginx-app-0.6.3-9ca62cb2790b13b41c3b5d966a784dc86aa9e113.tgz-meta/main.yaml | ||
application.giantswarm.io/readme: https://giantswarm.github.io/giantswarm-operations-platform-test-catalog/giantswarmio-nginx-app-0.6.3-9ca62cb2790b13b41c3b5d966a784dc86aa9e113.tgz-meta/README.md | ||
application.giantswarm.io/team: honeybadger | ||
application.giantswarm.io/values-schema: https://giantswarm.github.io/giantswarm-operations-platform-test-catalog/giantswarmio-nginx-app-0.6.3-9ca62cb2790b13b41c3b5d966a784dc86aa9e113.tgz-meta/values.schema.json | ||
chartApiVersion: v1 | ||
chartFile: giantswarmio-nginx-app-0.6.3-9ca62cb2790b13b41c3b5d966a784dc86aa9e113.tgz | ||
dateCreated: '2024-12-18T08:15:27.350474Z' | ||
digest: ff8facf1508d05b61a2d834917c7d7d108022501d3c17fe79b4e2eace8d5e720 | ||
home: https://github.com/giantswarm/giantswarmio-nginx | ||
icon: https://s.giantswarm.io/app-icons/handbook/1/dark.svg |
45 changes: 45 additions & 0 deletions
45
...rmio-nginx-app-0.6.3-9ca62cb2790b13b41c3b5d966a784dc86aa9e113.tgz-meta/values.schema.json
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 |
---|---|---|
@@ -0,0 +1,45 @@ | ||
{ | ||
"$schema": "http://json-schema.org/schema#", | ||
"type": "object", | ||
"properties": { | ||
"hostnames": { | ||
"type": "array", | ||
"items": { | ||
"type": "string" | ||
} | ||
}, | ||
"name": { | ||
"type": "string" | ||
}, | ||
"namespace": { | ||
"type": "string" | ||
}, | ||
"resources": { | ||
"type": "object", | ||
"properties": { | ||
"limits": { | ||
"type": "object", | ||
"properties": { | ||
"cpu": { | ||
"type": "string" | ||
}, | ||
"memory": { | ||
"type": "string" | ||
} | ||
} | ||
}, | ||
"requests": { | ||
"type": "object", | ||
"properties": { | ||
"cpu": { | ||
"type": "string" | ||
}, | ||
"memory": { | ||
"type": "string" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
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