add site-profile
This commit is contained in:
		@@ -172,11 +172,11 @@ homepage:
 | 
			
		||||
                  href: https://passwords.alexlebens.dev
 | 
			
		||||
                  siteMonitor: https://passwords.alexlebens.dev
 | 
			
		||||
                  statusStyle: dot
 | 
			
		||||
              - Blog:
 | 
			
		||||
                  icon: ghost.png
 | 
			
		||||
                  description: Ghost
 | 
			
		||||
                  href: https://blog.alexlebens.dev
 | 
			
		||||
                  siteMonitor: https://blog.alexlebens.dev
 | 
			
		||||
              - Site:
 | 
			
		||||
                  icon: https://d21zlbwtcn424f.cloudfront.net/icon_white.png
 | 
			
		||||
                  description: Profile Website
 | 
			
		||||
                  href: https://www.alexlebens.dev
 | 
			
		||||
                  siteMonitor: https://www.alexlebens.dev
 | 
			
		||||
                  statusStyle: dot
 | 
			
		||||
              - Chat:
 | 
			
		||||
                  icon: element.svg
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										22
									
								
								clusters/cl01tl/applications/site-profile/Chart.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								clusters/cl01tl/applications/site-profile/Chart.yaml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,22 @@
 | 
			
		||||
apiVersion: v2
 | 
			
		||||
name: site-profile
 | 
			
		||||
version: 1.0.0
 | 
			
		||||
description: Site Profile
 | 
			
		||||
keywords:
 | 
			
		||||
  - site-profile
 | 
			
		||||
  - astro
 | 
			
		||||
home: https://wiki.alexlebens.dev/doc/site-profile-uoqXo94Yzd
 | 
			
		||||
sources:
 | 
			
		||||
  - https://github.com/alexlebens/site-profile
 | 
			
		||||
  - https://github.com/withastro/astro
 | 
			
		||||
  - https://github.com/alexlebens/site-profile/pkgs/container/site-profile
 | 
			
		||||
  - https://github.com/bjw-s/helm-charts/tree/main/charts/other/app-template
 | 
			
		||||
maintainers:
 | 
			
		||||
  - name: alexlebens
 | 
			
		||||
dependencies:
 | 
			
		||||
  - name: app-template
 | 
			
		||||
    alias: site-profile
 | 
			
		||||
    repository: https://bjw-s.github.io/helm-charts/
 | 
			
		||||
    version: 3.3.2
 | 
			
		||||
icon: https://d21zlbwtcn424f.cloudfront.net/icon_white.png
 | 
			
		||||
appVersion: 0.1.5
 | 
			
		||||
@@ -0,0 +1,23 @@
 | 
			
		||||
apiVersion: external-secrets.io/v1beta1
 | 
			
		||||
kind: ExternalSecret
 | 
			
		||||
metadata:
 | 
			
		||||
  name: site-profile-cloudflared-api-secret
 | 
			
		||||
  namespace: {{ .Release.Namespace }}
 | 
			
		||||
  labels:
 | 
			
		||||
    app.kubernetes.io/name: site-profile-cloudflared-api-secret
 | 
			
		||||
    app.kubernetes.io/instance: {{ .Release.Name }}
 | 
			
		||||
    app.kubernetes.io/version: {{ .Chart.AppVersion }}
 | 
			
		||||
    app.kubernetes.io/component: web
 | 
			
		||||
    app.kubernetes.io/part-of: {{ .Release.Name }}
 | 
			
		||||
spec:
 | 
			
		||||
  secretStoreRef:
 | 
			
		||||
    kind: ClusterSecretStore
 | 
			
		||||
    name: vault
 | 
			
		||||
  data:
 | 
			
		||||
    - secretKey: cf-tunnel-token
 | 
			
		||||
      remoteRef:
 | 
			
		||||
        conversionStrategy: Default
 | 
			
		||||
        decodingStrategy: None
 | 
			
		||||
        key: /cloudflare/tunnels/site-profile
 | 
			
		||||
        metadataPolicy: None
 | 
			
		||||
        property: token
 | 
			
		||||
							
								
								
									
										30
									
								
								clusters/cl01tl/applications/site-profile/values.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										30
									
								
								clusters/cl01tl/applications/site-profile/values.yaml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,30 @@
 | 
			
		||||
site-profile:
 | 
			
		||||
  controllers:
 | 
			
		||||
    main:
 | 
			
		||||
      type: deployment
 | 
			
		||||
      replicas: 1
 | 
			
		||||
      strategy: Recreate
 | 
			
		||||
      revisionHistoryLimit: 3
 | 
			
		||||
      containers:
 | 
			
		||||
        main:
 | 
			
		||||
          image:
 | 
			
		||||
            repository: ghcr.io/alexlebens/site-profile
 | 
			
		||||
            tag: 0.1.5
 | 
			
		||||
            pullPolicy: IfNotPresent
 | 
			
		||||
          resources:
 | 
			
		||||
            requests:
 | 
			
		||||
              cpu: 100m
 | 
			
		||||
              memory: 256Mi
 | 
			
		||||
  serviceAccount:
 | 
			
		||||
    create: true
 | 
			
		||||
  service:
 | 
			
		||||
    main:
 | 
			
		||||
      controller: main
 | 
			
		||||
      ports:
 | 
			
		||||
        http:
 | 
			
		||||
          port: 80
 | 
			
		||||
          targetPort: 4321
 | 
			
		||||
          protocol: HTTP
 | 
			
		||||
cloudflared:
 | 
			
		||||
  name: cloudflared
 | 
			
		||||
  existingSecretName: site-profile-cloudflared-api-secret
 | 
			
		||||
		Reference in New Issue
	
	Block a user