mirror of
https://github.com/alexohneander/alexohneander-astro.git
synced 2025-12-16 20:20:11 +00:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7259f84927 | |||
| 8bc66e60fd | |||
| 69c1a64c01 | |||
| 7ea154b025 |
@@ -2,13 +2,14 @@ image:
|
|||||||
repository: alexohneander/alexohneander-astro
|
repository: alexohneander/alexohneander-astro
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
# Overrides the image tag whose default is the chart appVersion.
|
# Overrides the image tag whose default is the chart appVersion.
|
||||||
tag: "v2.3.2"
|
tag: "v2.3.3"
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
className: "nginx"
|
className: "nginx"
|
||||||
annotations:
|
annotations:
|
||||||
kubernetes.io/ingress.class: nginx
|
kubernetes.io/ingress.class: nginx
|
||||||
|
kubernetes.io/tls-acme: "true"
|
||||||
cert-manager.io/cluster-issuer: letsencrypt-prod
|
cert-manager.io/cluster-issuer: letsencrypt-prod
|
||||||
hosts:
|
hosts:
|
||||||
- host: alexohneander.de
|
- host: alexohneander.de
|
||||||
|
|||||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "alexohneander-astro",
|
"name": "alexohneander-astro",
|
||||||
"version": "2.3.3",
|
"version": "2.3.4",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "alexohneander-astro",
|
"name": "alexohneander-astro",
|
||||||
"version": "2.3.3",
|
"version": "2.3.4",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/rss": "^2.4.1",
|
"@astrojs/rss": "^2.4.1",
|
||||||
"@resvg/resvg-js": "^2.4.1",
|
"@resvg/resvg-js": "^2.4.1",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "alexohneander-astro",
|
"name": "alexohneander-astro",
|
||||||
"version": "2.3.3",
|
"version": "2.3.4",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "astro check --watch & astro dev",
|
"dev": "astro check --watch & astro dev",
|
||||||
"start": "astro dev",
|
"start": "astro dev",
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
author: Alex Wellnitz
|
author: Alex Wellnitz
|
||||||
pubDatetime: 2021-05-06T19:20:27+02:00
|
pubDatetime: 2021-05-06T19:20:27+02:00
|
||||||
title: Site to Site VPN for Google Kubernetes Engine
|
title: Site to Site VPN for Google Kubernetes Engine
|
||||||
postSlug: baremetal-cni-setup-with-cilium
|
postSlug: site-to-site-vpn-for-google-kubernetes-engine
|
||||||
featured: false
|
featured: false
|
||||||
draft: false
|
draft: false
|
||||||
tags:
|
tags:
|
||||||
|
|||||||
Reference in New Issue
Block a user