forked from ab/homelab
Got rid of NS in resources Hexound
This commit is contained in:
@ -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
|
||||
|
@ -3,7 +3,6 @@ apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: hexound
|
||||
namespace: hexound
|
||||
spec:
|
||||
selector:
|
||||
app: hexound
|
||||
|
Reference in New Issue
Block a user