Got rid of NS in resources Hexound
All checks were successful
Check with kubeconform / lint (push) Successful in 4s

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
metadata:
name: hexound
namespace: hexound
spec:
replicas: 1
selector:
@ -56,4 +55,4 @@ spec:
ports:
- name: http
containerPort: 8080
protocol: TCP
protocol: TCP

View File

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