mirror of
https://github.com/alexohneander/alexohneander-astro.git
synced 2025-06-29 15:01:52 +00:00
Compare commits
No commits in common. "main" and "v2.3.13" have entirely different histories.
11
.github/dependabot.yml
vendored
11
.github/dependabot.yml
vendored
@ -1,11 +0,0 @@
|
||||
# To get started with Dependabot version updates, you'll need to specify which
|
||||
# package ecosystems to update and where the package manifests are located.
|
||||
# Please see the documentation for all configuration options:
|
||||
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
|
||||
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: "" # See documentation for possible values
|
||||
directory: "/" # Location of package manifests
|
||||
schedule:
|
||||
interval: "weekly"
|
@ -2,7 +2,7 @@ image:
|
||||
repository: alexohneander/alexohneander-astro
|
||||
pullPolicy: IfNotPresent
|
||||
# Overrides the image tag whose default is the chart appVersion.
|
||||
tag: "v2.4.0"
|
||||
tag: "v2.3.13"
|
||||
|
||||
ingress:
|
||||
enabled: true
|
||||
@ -11,24 +11,12 @@ ingress:
|
||||
kubernetes.io/ingress.class: nginx
|
||||
kubernetes.io/tls-acme: "true"
|
||||
cert-manager.io/cluster-issuer: letsencrypt-prod
|
||||
#nginx.ingress.kubernetes.io/configuration-snippet : |
|
||||
# if ($request_uri ~* \.(gif|jpe?g|png|woff2)) {
|
||||
# expires 1M;
|
||||
# add_header Cache-Control "public";
|
||||
# }
|
||||
nginx.ingress.kubernetes.io/configuration-snippet : |
|
||||
if ($request_uri ~* \.(gif|jpe?g|png|woff2)) {
|
||||
expires 1M;
|
||||
add_header Cache-Control "public";
|
||||
}
|
||||
hosts:
|
||||
- host: www.wellnitz-alex.de
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
- host: www.alexohneander.de
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
- host: wellnitz-alex.de
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
- host: alexohneander.de
|
||||
paths:
|
||||
- path: /
|
||||
@ -37,6 +25,3 @@ ingress:
|
||||
- secretName: alexohneander-tls
|
||||
hosts:
|
||||
- alexohneander.de
|
||||
- wellnitz-alex.de
|
||||
- www.alexohneander.de
|
||||
- www.wellnitz-alex.de
|
||||
|
10828
package-lock.json
generated
10828
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -17,7 +17,7 @@
|
||||
"dependencies": {
|
||||
"@astrojs/rss": "^2.4.1",
|
||||
"@resvg/resvg-js": "^2.4.1",
|
||||
"astro": "^4.16.4",
|
||||
"astro": "^2.4.5",
|
||||
"fuse.js": "^6.6.2",
|
||||
"github-slugger": "^2.0.0",
|
||||
"remark-collapse": "^0.1.2",
|
||||
@ -28,7 +28,7 @@
|
||||
"devDependencies": {
|
||||
"@astrojs/react": "^2.1.3",
|
||||
"@astrojs/sitemap": "^1.4.0",
|
||||
"@astrojs/tailwind": "^5.1.2",
|
||||
"@astrojs/tailwind": "^3.1.2",
|
||||
"@divriots/jampack": "^0.11.2",
|
||||
"@tailwindcss/typography": "^0.5.9",
|
||||
"@types/github-slugger": "^1.3.0",
|
||||
|
@ -3,7 +3,7 @@ import type { Site, SocialObjects } from "./types";
|
||||
export const SITE: Site = {
|
||||
website: "https://astro-paper.pages.dev/",
|
||||
author: "Alex Wellnitz",
|
||||
desc: "Alex Wellnitz DevOps Architect | Software Developer | Kubernetes Expert | Network Security | Web Performance Optimization. Accelerating web performance and modernizing application delivery.",
|
||||
desc: "A minimal, responsive and SEO-friendly Astro blog theme.",
|
||||
title: "Alexohneander",
|
||||
subtitle: "Engineering Chaos",
|
||||
ogImage: "astropaper-og.jpg",
|
||||
|
@ -49,18 +49,6 @@ Agency for internet and design founded in 1998, established in Kastellaun in the
|
||||
|
||||
## Projects
|
||||
|
||||
### DevOps Engineer, Cofinity-X
|
||||
|
||||
**since 2023**
|
||||
|
||||
Cofinity-X is the first operator of the Catena-X network, connecting automotive partners at every level of the value chain. As a DevOps engineer, I was responsible for the enablement services.
|
||||
|
||||
- Deployment of various open source Projects with GitOps and ArgoCD
|
||||
- Managing projects on a Kubernetes clusters
|
||||
- Communication with end customers (support, troubleshooting)
|
||||
- Analysis of problems and spikes in load
|
||||
- Planning new projects and deploying to the Kubernetes clusters
|
||||
|
||||
### DevOps Engineer, Amamed
|
||||
|
||||
**until 2023**
|
||||
|
@ -41,7 +41,7 @@ const socialCount = SOCIALS.filter(social => social.active).length;
|
||||
</a>
|
||||
|
||||
<p>
|
||||
I'm Alex Wellnitz, a DevOps architect and software developer. I currently hold
|
||||
I'm Alex, a DevOps architect and software developer. I currently hold
|
||||
the role of DevOps Engineer at Materna, where I assist developers in
|
||||
accelerating web performance and provide guidance on various topics such
|
||||
as web development, Kubernetes, network security, and more.
|
||||
|
Loading…
x
Reference in New Issue
Block a user