Files
nginx-infra/vela-apps/1-simple/static-site.yaml
samsep101 92a1846189 bun init
2026-01-05 14:24:13 +05:00

27 lines
671 B
YAML

apiVersion: core.oam.dev/v1beta1
kind: Application
metadata:
name: static-site
namespace: default
annotations:
# Автоматическое обновление при изменении
argocd.argoproj.io/sync-wave: "0"
spec:
components:
- name: frontend
type: webservice
properties:
image: harbor.apps.kopikopi.com.ru/drone/test:latest
ports:
- port: 80
expose: true
traits:
- type: ingress
properties:
domain: static.apps.kopikopi.com.ru
http:
"/": 80
tls:
enabled: true
secretName: static-tls