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

28 lines
No EOL
719 B
YAML
Raw Permalink 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: apps/v1
kind: Deployment
metadata:
name: test-deployment
namespace: pu-user1-pa-app2
labels:
app: test
spec:
replicas: 1
selector:
matchLabels:
app: test-nginx
template:
metadata:
labels:
app: test-nginx
spec:
containers:
- name: nginx
image: nginx:1.14.2
ports:
- containerPort: 80