forked from ab/homelab
Got rid of NS in resources VPN
This commit is contained in:
@ -3,7 +3,6 @@ apiVersion: external-secrets.io/v1beta1
|
|||||||
kind: ExternalSecret
|
kind: ExternalSecret
|
||||||
metadata:
|
metadata:
|
||||||
name: outfleet-secrets
|
name: outfleet-secrets
|
||||||
namespace: vpn
|
|
||||||
spec:
|
spec:
|
||||||
target:
|
target:
|
||||||
name: outfleet-secrets
|
name: outfleet-secrets
|
||||||
@ -56,7 +55,6 @@ apiVersion: external-secrets.io/v1beta1
|
|||||||
kind: ExternalSecret
|
kind: ExternalSecret
|
||||||
metadata:
|
metadata:
|
||||||
name: outline-config
|
name: outline-config
|
||||||
namespace: vpn
|
|
||||||
spec:
|
spec:
|
||||||
target:
|
target:
|
||||||
name: outline-config
|
name: outline-config
|
||||||
|
@ -3,7 +3,6 @@ apiVersion: apps/v1
|
|||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
name: outfleet
|
name: outfleet
|
||||||
namespace: vpn
|
|
||||||
labels:
|
labels:
|
||||||
app: outfleet
|
app: outfleet
|
||||||
annotations:
|
annotations:
|
||||||
@ -78,7 +77,6 @@ apiVersion: v1
|
|||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
name: outfleet
|
name: outfleet
|
||||||
namespace: vpn
|
|
||||||
spec:
|
spec:
|
||||||
selector:
|
selector:
|
||||||
app: outfleet
|
app: outfleet
|
||||||
|
@ -3,7 +3,6 @@ apiVersion: v1
|
|||||||
kind: ConfigMap
|
kind: ConfigMap
|
||||||
metadata:
|
metadata:
|
||||||
name: shadowbox-prometheus-config
|
name: shadowbox-prometheus-config
|
||||||
namespace: vpn
|
|
||||||
data:
|
data:
|
||||||
config.yml: |
|
config.yml: |
|
||||||
global:
|
global:
|
||||||
@ -30,7 +29,6 @@ apiVersion: apps/v1
|
|||||||
kind: DaemonSet
|
kind: DaemonSet
|
||||||
metadata:
|
metadata:
|
||||||
name: shadowbox
|
name: shadowbox
|
||||||
namespace: vpn
|
|
||||||
annotations:
|
annotations:
|
||||||
reloader.stakater.com/auto: "true"
|
reloader.stakater.com/auto: "true"
|
||||||
spec:
|
spec:
|
||||||
|
Reference in New Issue
Block a user