1
0
forked from k-space/kube

inventory: rm namespace

provided by argo / kubectl command anyway
except for role-bindings, they don't get it
This commit is contained in:
2025-04-18 16:58:28 +03:00
parent e9efee4853
commit 19e6f53d96
2 changed files with 0 additions and 6 deletions

View File

@@ -2,7 +2,6 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: goredirect
namespace: hackerspace
spec:
replicas: 2
revisionHistoryLimit: 0

View File

@@ -3,7 +3,6 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: inventory-app
namespace: hackerspace
labels:
app: signs-webpage
spec:
@@ -89,7 +88,6 @@ apiVersion: v1
kind: Service
metadata:
name: inventory-app
namespace: hackerspace
spec:
type: ClusterIP
selector:
@@ -102,7 +100,6 @@ apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: inventory-app
namespace: hackerspace
annotations:
kubernetes.io/ingress.class: traefik
traefik.ingress.kubernetes.io/router.entrypoints: websecure
@@ -129,7 +126,6 @@ apiVersion: codemowers.cloud/v1beta1
kind: OIDCClient
metadata:
name: inventory-app
namespace: hackerspace
spec:
uri: 'https://inventory.k-space.ee'
redirectUris:
@@ -179,4 +175,3 @@ apiVersion: v1
kind: ServiceAccount
metadata:
name: inventory-svcacc
namespace: hackerspace