forked from uncloud/uncloud
15 lines
260 B
Cheetah
15 lines
260 B
Cheetah
|
---
|
||
|
apiVersion: apps/v1
|
||
|
kind: Deployment
|
||
|
metadata:
|
||
|
name: {{ name }}-matrix
|
||
|
spec:
|
||
|
selector:
|
||
|
matchLabels:
|
||
|
app: {{ name }}-matrix
|
||
|
replicas: 1
|
||
|
template:
|
||
|
metadata:
|
||
|
labels:
|
||
|
app: {{ name }}-matrix
|
||
|
use-as-service: {{ name }}
|