chore(release): 1.0.2 [skip ci]
This commit is contained in:
parent
e615e3fe5e
commit
61b03c9ede
2 changed files with 22 additions and 2 deletions
|
@ -20,7 +20,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: app
|
||||
image: registry.gitlab.com/mythic-insight/legendary-doc-site:1.0.1
|
||||
image: registry.gitlab.com/mythic-insight/legendary-doc-site:1.0.2
|
||||
ports:
|
||||
- containerPort: 4000
|
||||
env:
|
||||
|
@ -67,3 +67,23 @@ spec:
|
|||
number: 80
|
||||
path: /
|
||||
pathType: Prefix
|
||||
- host: legendaryframework.com
|
||||
http:
|
||||
paths:
|
||||
- backend:
|
||||
service:
|
||||
name: legendary-doc-site
|
||||
port:
|
||||
number: 80
|
||||
path: /
|
||||
pathType: Prefix
|
||||
- host: legendaryframework.org
|
||||
http:
|
||||
paths:
|
||||
- backend:
|
||||
service:
|
||||
name: legendary-doc-site
|
||||
port:
|
||||
number: 80
|
||||
path: /
|
||||
pathType: Prefix
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@mythic-insight/legendary",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"private": true,
|
||||
"description": "The Legendary Phoenix Boilerplate.",
|
||||
"main": "index.js",
|
||||
|
|
Loading…
Reference in a new issue