bun init
This commit is contained in:
26
vela-apps/1-simple/static-site.yaml
Normal file
26
vela-apps/1-simple/static-site.yaml
Normal file
@@ -0,0 +1,26 @@
|
||||
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
|
||||
Reference in New Issue
Block a user