mirror of
https://github.com/jcreek/CosmicClash.git
synced 2026-09-10 16:04:04 +00:00
16 lines
302 B
YAML
16 lines
302 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: allocator
|
|
namespace: cosmic-clash
|
|
labels:
|
|
app.kubernetes.io/name: allocator
|
|
app.kubernetes.io/component: allocator
|
|
spec:
|
|
selector:
|
|
app.kubernetes.io/name: allocator
|
|
ports:
|
|
- name: metrics
|
|
port: 9091
|
|
targetPort: metrics
|