Kubernetes manifests for deploying to home cluster in the aprs namespace with Forgejo Actions CI pipeline for building and pushing container images to git.mcintire.me registry.
12 lines
253 B
YAML
12 lines
253 B
YAML
apiVersion: source.toolkit.fluxcd.io/v1
|
|
kind: GitRepository
|
|
metadata:
|
|
name: aprs-me
|
|
namespace: flux-system
|
|
spec:
|
|
interval: 1m
|
|
url: https://git.mcintire.me/graham/aprs.me.git
|
|
ref:
|
|
branch: main
|
|
secretRef:
|
|
name: forgejo-git-credentials
|