4 Commits

Author SHA1 Message Date
7259f84927 2.3.4 2023-09-02 23:55:58 +02:00
8bc66e60fd feat: update blog post slug 2023-09-02 23:55:47 +02:00
69c1a64c01 feat: add nginx annotations 2023-09-02 23:44:16 +02:00
7ea154b025 ci: update chart image version 2023-09-02 23:40:51 +02:00
4 changed files with 6 additions and 5 deletions

View File

@@ -2,13 +2,14 @@ image:
repository: alexohneander/alexohneander-astro
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "v2.3.2"
tag: "v2.3.3"
ingress:
enabled: true
className: "nginx"
annotations:
kubernetes.io/ingress.class: nginx
kubernetes.io/tls-acme: "true"
cert-manager.io/cluster-issuer: letsencrypt-prod
hosts:
- host: alexohneander.de

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "alexohneander-astro",
"version": "2.3.3",
"version": "2.3.4",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "alexohneander-astro",
"version": "2.3.3",
"version": "2.3.4",
"dependencies": {
"@astrojs/rss": "^2.4.1",
"@resvg/resvg-js": "^2.4.1",

View File

@@ -1,6 +1,6 @@
{
"name": "alexohneander-astro",
"version": "2.3.3",
"version": "2.3.4",
"scripts": {
"dev": "astro check --watch & astro dev",
"start": "astro dev",

View File

@@ -2,7 +2,7 @@
author: Alex Wellnitz
pubDatetime: 2021-05-06T19:20:27+02:00
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
draft: false
tags: