init
This commit is contained in:
commit
fddad41456
14 changed files with 576 additions and 0 deletions
13
datasette/templates/service.yaml
Normal file
13
datasette/templates/service.yaml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: datasette
|
||||
spec:
|
||||
type: NodePort
|
||||
selector:
|
||||
app: datasette
|
||||
ports:
|
||||
- protocol: TCP
|
||||
port: 80
|
||||
targetPort: 8001
|
||||
nodePort: 30080 # NodePort range is 30000-32767
|
||||
Loading…
Add table
Add a link
Reference in a new issue