unip-controller/tests/data/resources/pu-user1/user/apps/app2.yaml

46 lines
1.4 KiB
YAML
Raw Normal View History

2025-01-29 13:13:51 +00:00
# ============================================================
# Система: Единая библиотека, Центр ИИ НИУ ВШЭ
# Модуль: Тесты
# Авторы: Полежаев В.А., Хританков А.С.
# Дата создания: 2024 г.
# ============================================================
apiVersion: "unified-platform.cs.hse.ru/v1"
kind: PlatformApp
metadata:
name: pu-user1-pa-app2
namespace: pu-user1
spec:
appSourceCode:
sourceRepositoryRef:
name: test-git-source-repository
sourceRepositoryKind: git
credentialsKind: HTTPBasedURLCredentials
repositoryPath: app
revision: main
repositories:
- name: app2-docker-image-registry
imageRegistryRef:
name: test-docker-image-registry
imageKind: docker
credentialsKind: DockerConfigJsonCredentials
- name: app2-python-package-registry
packageRegistryRef:
name: test-python-package-registry
packageKind: python
credentialsKind: HTTPBasedURLCredentials
- name: app2-git-source-repository
sourceRepositoryRef:
name: test-git-source-repository
sourceRepositoryKind: git
credentialsKind: HTTPBasedURLCredentials
boxesCredentials:
- name: app2-all-s3-boxes
secretRef:
name: aws-vars-s3-credentials
apisCredentials:
- name: app2-apis-ba
secretRef:
name: basic-auth-credentials