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.
10 lines
218 B
YAML
10 lines
218 B
YAML
apiVersion: image.toolkit.fluxcd.io/v1beta2
|
|
kind: ImageRepository
|
|
metadata:
|
|
name: aprs-me
|
|
namespace: flux-system
|
|
spec:
|
|
image: git.mcintire.me/graham/aprs.me
|
|
interval: 1m
|
|
secretRef:
|
|
name: forgejo-registry
|