setup a single user activity pub inbox on ap1.xai-corp.net
This commit is contained in:
12
ansible-5/roles/prod.k3s/templates/ktistec/service.yaml
Normal file
12
ansible-5/roles/prod.k3s/templates/ktistec/service.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: ktistec
|
||||
namespace: "{{apps.ktistec.namespace}}"
|
||||
spec:
|
||||
selector:
|
||||
app: ktistec
|
||||
ports:
|
||||
- port: 3000
|
||||
targetPort: 3000
|
||||
Reference in New Issue
Block a user