remove obsolete flux manifest and imagepolicy annotations
This commit is contained in:
parent
93dd20f830
commit
43db0fb8dd
5 changed files with 4 additions and 31 deletions
|
|
@ -55,7 +55,7 @@ spec:
|
|||
type: RuntimeDefault
|
||||
containers:
|
||||
- name: prop-backfill
|
||||
image: git.mcintire.me/graham/prop:main-1777300373-610892e # {"$imagepolicy": "flux-system:prop"}
|
||||
image: git.mcintire.me/graham/prop:main-1777300373-610892e
|
||||
imagePullPolicy: IfNotPresent
|
||||
env:
|
||||
- name: POD_IP
|
||||
|
|
|
|||
|
|
@ -64,7 +64,7 @@ spec:
|
|||
# Image built by a new CI pipeline from rust/prop_grid_rs/.
|
||||
# Multi-arch (amd64 + arm64) — reuses the repo's existing
|
||||
# buildx wiring.
|
||||
image: git.mcintire.me/graham/prop-grid-rs:main-1777132414-6aa91e7 # {"$imagepolicy": "flux-system:prop-grid-rs"}
|
||||
image: git.mcintire.me/graham/prop-grid-rs:main-1777132414-6aa91e7
|
||||
imagePullPolicy: IfNotPresent
|
||||
env:
|
||||
# Elixir secrets bundle carries DATABASE_URL already. Rust
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@ spec:
|
|||
# Shares the prop-grid-rs image so one CI pipeline produces
|
||||
# both binaries. k8s `command:` overrides the default
|
||||
# ENTRYPOINT to launch the per-QSO point worker.
|
||||
image: git.mcintire.me/graham/prop-grid-rs:main-1777132414-6aa91e7 # {"$imagepolicy": "flux-system:prop-grid-rs"}
|
||||
image: git.mcintire.me/graham/prop-grid-rs:main-1777132414-6aa91e7
|
||||
imagePullPolicy: IfNotPresent
|
||||
command: ["/usr/bin/tini", "--", "/usr/local/bin/hrrr-point-worker"]
|
||||
env:
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ spec:
|
|||
type: RuntimeDefault
|
||||
containers:
|
||||
- name: prop
|
||||
image: git.mcintire.me/graham/prop:main-1777300373-610892e # {"$imagepolicy": "flux-system:prop"}
|
||||
image: git.mcintire.me/graham/prop:main-1777300373-610892e
|
||||
imagePullPolicy: IfNotPresent
|
||||
env:
|
||||
- name: POD_IP
|
||||
|
|
|
|||
|
|
@ -1,27 +0,0 @@
|
|||
---
|
||||
apiVersion: source.toolkit.fluxcd.io/v1
|
||||
kind: GitRepository
|
||||
metadata:
|
||||
name: prop
|
||||
namespace: flux-system
|
||||
spec:
|
||||
interval: 1m
|
||||
url: https://git.mcintire.me/graham/prop.git
|
||||
ref:
|
||||
branch: main
|
||||
secretRef:
|
||||
name: forgejo-git-credentials
|
||||
---
|
||||
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||
kind: Kustomization
|
||||
metadata:
|
||||
name: prop-app
|
||||
namespace: flux-system
|
||||
spec:
|
||||
interval: 5m
|
||||
sourceRef:
|
||||
kind: GitRepository
|
||||
name: prop
|
||||
path: ./k8s
|
||||
prune: true
|
||||
targetNamespace: prop
|
||||
Loading…
Add table
Reference in a new issue