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
|
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
|
||||||
|
@ -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
|
||||||
|
Reference in New Issue
Block a user