* add docs and manifests for k8s install Signed-off-by: sallyom <somalley@redhat.com> * changelog Signed-off-by: sallyom <somalley@redhat.com> --------- Signed-off-by: sallyom <somalley@redhat.com>
16 lines
229 B
YAML
16 lines
229 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: openclaw
|
|
labels:
|
|
app: openclaw
|
|
spec:
|
|
type: ClusterIP
|
|
selector:
|
|
app: openclaw
|
|
ports:
|
|
- name: gateway
|
|
port: 18789
|
|
targetPort: 18789
|
|
protocol: TCP
|