Use hostPort instead of NodePort for SSH access to avoid cross-node asymmetric routing issues with kube-proxy nftables mode. Pin Forgejo pod to node 3 (DNS target) and use port 222 to bypass ISP port 22 blocking. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
26 lines
610 B
YAML
26 lines
610 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
annotations:
|
|
myks.dev/environment: production
|
|
finalizers:
|
|
- resources-finalizer.argocd.argoproj.io
|
|
name: app-production-forgejo
|
|
namespace: argocd
|
|
spec:
|
|
destination:
|
|
name: production
|
|
namespace: forgejo
|
|
project: env-production
|
|
source:
|
|
path: rendered/envs/production/forgejo
|
|
repoURL: ssh://git@git.tr1ceracop.de:222/gitea_admin/k8s-and-chill.git
|
|
targetRevision: main
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
syncOptions:
|
|
- CreateNamespace=true
|
|
- ServerSideApply=true
|