-
Notifications
You must be signed in to change notification settings - Fork 167
/
application.yaml
47 lines (46 loc) · 1.31 KB
/
application.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Copyright 2020 The Kubernetes Authors.
# SPDX-License-Identifier: Apache-2.0
apiVersion: app.k8s.io/v1beta1
kind: Application
metadata:
name: "wordpress-01"
labels:
app.kubernetes.io/name: "wordpress-01"
spec:
selector:
matchLabels:
app.kubernetes.io/name: "wordpress-01"
componentKinds:
- group: v1
kind: Service
- group: apps
kind: StatefulSet
addOwnerRef: true
descriptor:
type: "wordpress"
keywords:
- "cms"
- "blog"
- "wordpress"
links:
- description: About
url: "https://wordpress.org/"
- description: Web Server Dashboard
url: "https://metrics/internal/wordpress-01/web-app"
- description: Mysql Dashboard
url: "https://metrics/internal/wordpress-01/mysql"
version: "4.9.4"
description: "WordPress is open source software you can use to create a beautiful website, blog, or app."
icons:
- src: "https://s.w.org/style/images/about/WordPress-logotype-wmark.png"
type: "image/png"
size: "1000x1000"
- src: "https://s.w.org/style/images/about/WordPress-logotype-standard.png"
type: "image/png"
size: "2000x680"
maintainers:
- name: Wordpress Dev
email: [email protected]
owners:
- name: Wordpress Admin
email: [email protected]