fix: move drupal to fornix ns
This commit is contained in:
@@ -2,12 +2,12 @@ apiVersion: cilium.io/v2
|
||||
kind: CiliumNetworkPolicy
|
||||
metadata:
|
||||
name: allow-external-services
|
||||
namespace: drupal
|
||||
namespace: fornix
|
||||
spec:
|
||||
egress:
|
||||
- toFQDNs:
|
||||
- matchPattern: 'cache.nixos.org'
|
||||
- matchPattern: 'nix-community.cachix.org'
|
||||
- matchPattern: "cache.nixos.org"
|
||||
- matchPattern: "nix-community.cachix.org"
|
||||
endpointSelector:
|
||||
matchLabels:
|
||||
app: drupal
|
||||
|
||||
@@ -5,12 +5,12 @@ metadata:
|
||||
namespace: argocd
|
||||
spec:
|
||||
destination:
|
||||
namespace: drupal
|
||||
server: 'https://kubernetes.default.svc'
|
||||
namespace: fornix
|
||||
server: "https://kubernetes.default.svc"
|
||||
sources:
|
||||
- repoURL: https://gitlab.com/oceanbox/manifests.git
|
||||
targetRevision: HEAD
|
||||
path: values/drupal/manifests
|
||||
- repoURL: https://gitlab.com/oceanbox/manifests.git
|
||||
targetRevision: HEAD
|
||||
path: values/drupal/manifests
|
||||
project: sys
|
||||
syncPolicy:
|
||||
syncOptions:
|
||||
|
||||
@@ -12,7 +12,7 @@ metadata:
|
||||
labels:
|
||||
app.kubernetes.io/component: drupal
|
||||
name: drupal
|
||||
namespace: drupal
|
||||
namespace: fornix
|
||||
spec:
|
||||
ingressClassName: nginx
|
||||
rules:
|
||||
|
||||
Reference in New Issue
Block a user