chore(release): 1.4.0 [skip ci]
This commit is contained in:
parent
50b56e369b
commit
57b5dfef1c
2 changed files with 7 additions and 2 deletions
|
@ -20,7 +20,7 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: app
|
- name: app
|
||||||
image: registry.gitlab.com/mythic-insight/legendary:1.3.4
|
image: registry.gitlab.com/mythic-insight/legendary:1.4.0
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 4000
|
- containerPort: 4000
|
||||||
env:
|
env:
|
||||||
|
@ -55,6 +55,7 @@ metadata:
|
||||||
namespace: legendary
|
namespace: legendary
|
||||||
annotations:
|
annotations:
|
||||||
kubernetes.io/ingress.class: nginx
|
kubernetes.io/ingress.class: nginx
|
||||||
|
cert-manager.io/cluster-issuer: letsencrypt
|
||||||
spec:
|
spec:
|
||||||
rules:
|
rules:
|
||||||
- host: legendary-demo.mythicinsight.com
|
- host: legendary-demo.mythicinsight.com
|
||||||
|
@ -67,3 +68,7 @@ spec:
|
||||||
number: 80
|
number: 80
|
||||||
path: /
|
path: /
|
||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
|
tls:
|
||||||
|
- hosts:
|
||||||
|
- legendary-demo.mythicinsight.com
|
||||||
|
secretName: legendary-demo-cert
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@mythic-insight/legendary",
|
"name": "@mythic-insight/legendary",
|
||||||
"version": "1.3.4",
|
"version": "1.4.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "The Legendary Phoenix Boilerplate.",
|
"description": "The Legendary Phoenix Boilerplate.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
|
|
Loading…
Reference in a new issue