- Upgrade Cilium helm release from 1.18.5 to 1.19.1 with gatewayClass creation enabled - Escalate gitea CI service account to cluster-admin, add OIDC cluster-admin binding - Deploy fujarna app with full manifest set (deployment, service, PVC, httproutes, external secret) - Add Flux web UI via flux-operator OCI repository and helm release - Add experiments kustomization with test resources for gateway API and certificates Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
16 lines
308 B
YAML
16 lines
308 B
YAML
apiVersion: helm.toolkit.fluxcd.io/v2
|
|
kind: HelmRelease
|
|
metadata:
|
|
name: flux-web
|
|
namespace: flux-system
|
|
spec:
|
|
interval: 30m
|
|
releaseName: flux-web
|
|
chartRef:
|
|
kind: OCIRepository
|
|
name: flux-operator
|
|
values:
|
|
fullnameOverride: flux-web
|
|
installCRDs: true
|
|
web:
|
|
serverOnly: true |