mirror of
https://github.com/paralus/paralus.git
synced 2026-02-22 21:23:50 +00:00
16 lines
312 B
YAML
16 lines
312 B
YAML
apiVersion: apps/v1
|
|
kind: StatefulSet
|
|
metadata:
|
|
name: paralus-connector
|
|
spec:
|
|
template:
|
|
spec:
|
|
containers:
|
|
- name: connector
|
|
image: paralussystems/paralus-connector:latest-1
|
|
imagePullSecrets:
|
|
- name: paralus-registry-creds
|
|
command:
|
|
- test1
|
|
- ""
|