feat(nightscout): migrate from bare-metal LXC to k3s
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: nightscout
|
||||
namespace: nightscout
|
||||
spec:
|
||||
selector:
|
||||
app: nightscout
|
||||
ports:
|
||||
- port: 1337
|
||||
targetPort: 1337
|
||||
name: http
|
||||
Reference in New Issue
Block a user