fix: move drupal to fornix ns

This commit is contained in:
2025-12-11 12:22:26 +01:00
parent 0467528683
commit e73e060e6d
3 changed files with 9 additions and 9 deletions
@@ -2,12 +2,12 @@ apiVersion: cilium.io/v2
kind: CiliumNetworkPolicy kind: CiliumNetworkPolicy
metadata: metadata:
name: allow-external-services name: allow-external-services
namespace: drupal namespace: fornix
spec: spec:
egress: egress:
- toFQDNs: - toFQDNs:
- matchPattern: 'cache.nixos.org' - matchPattern: "cache.nixos.org"
- matchPattern: 'nix-community.cachix.org' - matchPattern: "nix-community.cachix.org"
endpointSelector: endpointSelector:
matchLabels: matchLabels:
app: drupal app: drupal
+5 -5
View File
@@ -5,12 +5,12 @@ metadata:
namespace: argocd namespace: argocd
spec: spec:
destination: destination:
namespace: drupal namespace: fornix
server: 'https://kubernetes.default.svc' server: "https://kubernetes.default.svc"
sources: sources:
- repoURL: https://gitlab.com/oceanbox/manifests.git - repoURL: https://gitlab.com/oceanbox/manifests.git
targetRevision: HEAD targetRevision: HEAD
path: values/drupal/manifests path: values/drupal/manifests
project: sys project: sys
syncPolicy: syncPolicy:
syncOptions: syncOptions:
+1 -1
View File
@@ -12,7 +12,7 @@ metadata:
labels: labels:
app.kubernetes.io/component: drupal app.kubernetes.io/component: drupal
name: drupal name: drupal
namespace: drupal namespace: fornix
spec: spec:
ingressClassName: nginx ingressClassName: nginx
rules: rules: