unip-controller/tests/data/resources/pu-user1/user/apps/app2.yaml
2025-04-15 20:56:15 +03:00

45 lines
1.4 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# ============================================================
# Система: Единая библиотека, Центр ИИ НИУ ВШЭ
# Модуль: Тесты
# Авторы: Полежаев В.А., Хританков А.С.
# Дата создания: 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