annotate k8s/service.yaml @ 7:53ae53f7d1b3

add k8s config
author drewp@bigasterisk.com
date Sat, 06 Jul 2024 16:45:19 -0700
parents
children 6ed25bcaaf1f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7
53ae53f7d1b3 add k8s config
drewp@bigasterisk.com
parents:
diff changeset
1 apiVersion: v1
53ae53f7d1b3 add k8s config
drewp@bigasterisk.com
parents:
diff changeset
2 kind: Service
53ae53f7d1b3 add k8s config
drewp@bigasterisk.com
parents:
diff changeset
3 metadata:
53ae53f7d1b3 add k8s config
drewp@bigasterisk.com
parents:
diff changeset
4 name: sco-bot
53ae53f7d1b3 add k8s config
drewp@bigasterisk.com
parents:
diff changeset
5 spec:
53ae53f7d1b3 add k8s config
drewp@bigasterisk.com
parents:
diff changeset
6 ports:
53ae53f7d1b3 add k8s config
drewp@bigasterisk.com
parents:
diff changeset
7 - { port: 80, targetPort: 8002 }
53ae53f7d1b3 add k8s config
drewp@bigasterisk.com
parents:
diff changeset
8 selector:
53ae53f7d1b3 add k8s config
drewp@bigasterisk.com
parents:
diff changeset
9 app: sco-bot