view k8s/service.yaml @ 7:53ae53f7d1b3

add k8s config
author drewp@bigasterisk.com
date Sat, 06 Jul 2024 16:45:19 -0700
parents
children 6ed25bcaaf1f
line wrap: on
line source

apiVersion: v1
kind: Service
metadata:
  name: sco-bot
spec:
  ports:
    - { port: 80, targetPort: 8002 }
  selector:
    app: sco-bot