mirror of
https://github.com/KevinMidboe/kazan.git
synced 2025-10-29 01:30:15 +00:00
14 lines
185 B
YAML
14 lines
185 B
YAML
---
|
|
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: microbot-service
|
|
namespace: microbot
|
|
spec:
|
|
selector:
|
|
app: microbot
|
|
type: ClusterIP
|
|
ports:
|
|
- name: http
|
|
port: 80
|