28 lines
924 B
YAML
28 lines
924 B
YAML
|
|
# TeslaMate on ringtail k3s.
|
||
|
|
#
|
||
|
|
# Wave-1 indri-k8s decommission. Staging deployment; the minikube
|
||
|
|
# `teslamate` app stays in parallel until cutover (migrate the teslamate
|
||
|
|
# database, drop the minikube tailscale ingress, flip Caddy). See
|
||
|
|
# [[migrate-wave1-ringtail]].
|
||
|
|
#
|
||
|
|
# Prerequisites:
|
||
|
|
# - databases-ringtail blumeops-pg (teslamate database + role; cube +
|
||
|
|
# earthdistance extensions created by superuser at cutover)
|
||
|
|
# - external-secrets-ringtail (onepassword-blumeops ClusterSecretStore)
|
||
|
|
apiVersion: argoproj.io/v1alpha1
|
||
|
|
kind: Application
|
||
|
|
metadata:
|
||
|
|
name: teslamate-ringtail
|
||
|
|
namespace: argocd
|
||
|
|
spec:
|
||
|
|
project: default
|
||
|
|
source:
|
||
|
|
repoURL: ssh://forgejo@forge.ops.eblu.me:2222/eblume/blumeops.git
|
||
|
|
targetRevision: main
|
||
|
|
path: argocd/manifests/teslamate-ringtail
|
||
|
|
destination:
|
||
|
|
server: https://ringtail.tail8d86e.ts.net:6443
|
||
|
|
namespace: teslamate
|
||
|
|
syncPolicy:
|
||
|
|
syncOptions:
|
||
|
|
- CreateNamespace=true
|