Got rid of NS in resources Hexound

This commit is contained in:
Ultradesu
2025-04-13 19:33:38 +01:00
parent d436a068ae
commit d23479e766
2 changed files with 1 additions and 3 deletions

View File

@ -2,7 +2,6 @@ apiVersion: apps/v1
kind: Deployment kind: Deployment
metadata: metadata:
name: hexound name: hexound
namespace: hexound
spec: spec:
replicas: 1 replicas: 1
selector: selector:
@ -56,4 +55,4 @@ spec:
ports: ports:
- name: http - name: http
containerPort: 8080 containerPort: 8080
protocol: TCP protocol: TCP

View File

@ -3,7 +3,6 @@ apiVersion: v1
kind: Service kind: Service
metadata: metadata:
name: hexound name: hexound
namespace: hexound
spec: spec:
selector: selector:
app: hexound app: hexound