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:
|
||||
containers:
|
||||
- name: app
|
||||
image: registry.gitlab.com/mythic-insight/legendary:1.3.4
|
||||
image: registry.gitlab.com/mythic-insight/legendary:1.4.0
|
||||
ports:
|
||||
- containerPort: 4000
|
||||
env:
|
||||
|
@ -55,6 +55,7 @@ metadata:
|
|||
namespace: legendary
|
||||
annotations:
|
||||
kubernetes.io/ingress.class: nginx
|
||||
cert-manager.io/cluster-issuer: letsencrypt
|
||||
spec:
|
||||
rules:
|
||||
- host: legendary-demo.mythicinsight.com
|
||||
|
@ -67,3 +68,7 @@ spec:
|
|||
number: 80
|
||||
path: /
|
||||
pathType: Prefix
|
||||
tls:
|
||||
- hosts:
|
||||
- legendary-demo.mythicinsight.com
|
||||
secretName: legendary-demo-cert
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@mythic-insight/legendary",
|
||||
"version": "1.3.4",
|
||||
"version": "1.4.0",
|
||||
"private": true,
|
||||
"description": "The Legendary Phoenix Boilerplate.",
|
||||
"main": "index.js",
|
||||
|
|
Loading…
Reference in a new issue