mirror of
https://github.com/ansible/awx-operator.git
synced 2026-05-07 13:52:58 +00:00
Initial commit.
This commit is contained in:
13
deploy/crds/tower_v1alpha1_tower_cr.yaml
Normal file
13
deploy/crds/tower_v1alpha1_tower_cr.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
apiVersion: tower.ansible.com/v1alpha1
|
||||
kind: Tower
|
||||
metadata:
|
||||
name: example-tower
|
||||
namespace: example-tower
|
||||
spec:
|
||||
tower_task_image: awx_task:1.0.0.8
|
||||
tower_web_image: awx_web:1.0.0.8
|
||||
tower_memcached_image: memcached:alpine
|
||||
tower_rabbitmq_image: rabbitmq:3
|
||||
tower_postgres_pass: awxpass
|
||||
tower_postgres_image: postgres:9.6
|
||||
tower_postgres_storage_request: 8Gi
|
||||
19
deploy/crds/tower_v1alpha1_tower_crd.yaml
Normal file
19
deploy/crds/tower_v1alpha1_tower_crd.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
apiVersion: apiextensions.k8s.io/v1beta1
|
||||
kind: CustomResourceDefinition
|
||||
metadata:
|
||||
name: towers.tower.ansible.com
|
||||
spec:
|
||||
group: tower.ansible.com
|
||||
names:
|
||||
kind: Tower
|
||||
listKind: TowerList
|
||||
plural: towers
|
||||
singular: tower
|
||||
scope: Namespaced
|
||||
subresources:
|
||||
status: {}
|
||||
version: v1alpha1
|
||||
versions:
|
||||
- name: v1alpha1
|
||||
served: true
|
||||
storage: true
|
||||
Reference in New Issue
Block a user