inventory: rm namespace

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

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

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