2026-06-09 00:46:46 -03:00
|
|
|
# services/veles/serviceaccounts.yaml
|
|
|
|
|
apiVersion: v1
|
|
|
|
|
kind: ServiceAccount
|
|
|
|
|
metadata:
|
|
|
|
|
name: veles-backend
|
|
|
|
|
namespace: veles
|
|
|
|
|
imagePullSecrets:
|
|
|
|
|
- name: harbor-regcred
|
|
|
|
|
---
|
|
|
|
|
apiVersion: v1
|
|
|
|
|
kind: ServiceAccount
|
2026-07-24 02:02:27 -03:00
|
|
|
metadata:
|
|
|
|
|
name: veles-generator
|
|
|
|
|
namespace: veles
|
|
|
|
|
imagePullSecrets:
|
|
|
|
|
- name: harbor-regcred
|
|
|
|
|
---
|
|
|
|
|
apiVersion: v1
|
|
|
|
|
kind: ServiceAccount
|
2026-06-09 00:46:46 -03:00
|
|
|
metadata:
|
|
|
|
|
name: veles-frontend
|
|
|
|
|
namespace: veles
|
2026-06-27 07:35:25 -03:00
|
|
|
automountServiceAccountToken: false
|
2026-06-09 00:46:46 -03:00
|
|
|
imagePullSecrets:
|
|
|
|
|
- name: harbor-regcred
|
|
|
|
|
---
|
|
|
|
|
apiVersion: v1
|
|
|
|
|
kind: ServiceAccount
|
|
|
|
|
metadata:
|
|
|
|
|
name: veles-postgres
|
|
|
|
|
namespace: veles
|
|
|
|
|
imagePullSecrets:
|
|
|
|
|
- name: harbor-regcred
|
|
|
|
|
---
|
|
|
|
|
apiVersion: v1
|
|
|
|
|
kind: ServiceAccount
|
2026-06-27 07:35:25 -03:00
|
|
|
metadata:
|
|
|
|
|
name: veles-retention
|
|
|
|
|
namespace: veles
|
|
|
|
|
automountServiceAccountToken: false
|
|
|
|
|
imagePullSecrets:
|
|
|
|
|
- name: harbor-regcred
|
|
|
|
|
---
|
|
|
|
|
apiVersion: v1
|
|
|
|
|
kind: ServiceAccount
|
2026-06-09 00:46:46 -03:00
|
|
|
metadata:
|
|
|
|
|
name: veles-vault-sync
|
|
|
|
|
namespace: veles
|
|
|
|
|
---
|
|
|
|
|
apiVersion: v1
|
|
|
|
|
kind: ServiceAccount
|
|
|
|
|
metadata:
|
|
|
|
|
name: veles-secrets-ensure
|
|
|
|
|
namespace: veles
|
|
|
|
|
---
|
|
|
|
|
apiVersion: v1
|
|
|
|
|
kind: ServiceAccount
|
|
|
|
|
metadata:
|
|
|
|
|
name: veles-sim
|
|
|
|
|
namespace: veles
|
|
|
|
|
automountServiceAccountToken: false
|
|
|
|
|
imagePullSecrets:
|
|
|
|
|
- name: harbor-regcred
|