Skip to content

Commit

Permalink
example
Browse files Browse the repository at this point in the history
  • Loading branch information
arti-shalb committed Oct 24, 2023
1 parent 2427ada commit 94f352f
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions examples/demo-infra.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: k3s-demo
template: https://github.com/shalb/cdev-aws-k3s?ref=v0.4.0
# template: ../
template: ../
kind: Stack
backend: aws-backend
variables:
Expand All @@ -11,15 +10,7 @@ variables:
domain: {{ .project.variables.domain }}
instance_type: "t3.medium"
k3s_version: "v1.28.2+k3s1"
# Uncomment lines below if you need to specify the VPC
#vpc_id: "vpc-5ecf1234"
#public_subnets:
# - "subnet-d775f0bd"
# - "subnet-6696651a"
env: "demo"
azs:
- "{{ .project.variables.region }}a"
- "{{ .project.variables.region }}b"
public_key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCi6UIVruH0CfKewYlSjA7oR6gjahZrkJ+k/0cj46nvYrORVcds2cijZPT34ACWkvXV8oYvXGWmvlGXV5H1sD0356zpjhRnGo6j4UZVS6KYX5HwObdZ6H/i+A9knEyXxOCyo6p4VeJIYGhVYcQT4GDAkxb8WXHVP0Ax/kUqrKx0a2tK9JjGkuLbufQc3yWhqcfZSVRU2a+M8f8EUmGLOc2VEi2mGoxVgikrelJ0uIGjLn63L6trrsbvasoBuILeXOAO1xICwtYFek/MexQ179NKqQ1Wx/+9Yx4Xc63MB0vR7kde6wxx2Auzp7CjJBFcSTz0TXSRsvF3mnUUoUrclNkr demo" # Change this.
public_key_name: demo
master_node_count: 1
Expand All @@ -28,4 +19,3 @@ variables:
min_size: 2
max_size: 3
instance_type: "t3.medium"
argocdServerAdminPassword: "$2a$10$1buVsK9yv0Al1oJlLmABeeRxYsArdlT2QPdNRqaZwiuYztj9JUDmu" # Bcrypted "password"

0 comments on commit 94f352f

Please sign in to comment.