mirror of
https://github.com/paralus/paralus.git
synced 2026-03-05 02:20:18 +00:00
* restructure rcloud-base as a single base controller * updated master.rest * moved sentry from internal to pkg as it is used by relay * removing unused rpc and it's dependencies * Fix usermgmt tests * Don't redefine variables in rest file Co-authored-by: Abin Simon <abin.simon@rafay.co>
34 lines
782 B
YAML
34 lines
782 B
YAML
apiVersion: apps/v1
|
|
kind: StatefulSet
|
|
metadata:
|
|
annotations:
|
|
rafay.dev/overridedBy: global/global-override
|
|
name: rafay-connector
|
|
namespace: default
|
|
spec:
|
|
replicas: 1
|
|
selector:
|
|
matchLabels:
|
|
app: rafay-connector
|
|
serviceName: "connector"
|
|
template:
|
|
metadata:
|
|
labels:
|
|
app: rafay-connector
|
|
spec:
|
|
containers:
|
|
- image: rafaysystems/rafay-connector:latest
|
|
imagePullPolicy: Always
|
|
name: connector
|
|
resources: {}
|
|
volumeMounts:
|
|
- mountPath: /etc/config
|
|
name: connector-config
|
|
priorityClassName: rafay-cluster-critical
|
|
terminationGracePeriodSeconds: 10
|
|
volumes:
|
|
- configMap:
|
|
name: connector-config
|
|
name: connector-config
|
|
status:
|
|
replicas: 0 |