chore(release): 1.0.2 [skip ci]

This commit is contained in:
semantic-release-bot 2021-02-23 23:01:47 +00:00
parent e615e3fe5e
commit 61b03c9ede
2 changed files with 22 additions and 2 deletions

View file

@ -20,7 +20,7 @@ spec:
spec: spec:
containers: containers:
- name: app - 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: ports:
- containerPort: 4000 - containerPort: 4000
env: env:
@ -67,3 +67,23 @@ spec:
number: 80 number: 80
path: / path: /
pathType: Prefix 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

View file

@ -1,6 +1,6 @@
{ {
"name": "@mythic-insight/legendary", "name": "@mythic-insight/legendary",
"version": "1.0.1", "version": "1.0.2",
"private": true, "private": true,
"description": "The Legendary Phoenix Boilerplate.", "description": "The Legendary Phoenix Boilerplate.",
"main": "index.js", "main": "index.js",