Skip to content

Commit

Permalink
Mcdaniel 202301 services (#35)
Browse files Browse the repository at this point in the history
* change admin_domain to services_subdomain and refactor all services urls to this hosted zone

* fix subdomain

* global_platform_shared_resource_identifier=service

* refactor resources tags

* refactor resources tags

* refactor resources tags

* pin each add-on version

* verticalpodautoscaler manifest has to move to vpa module, as vpa is a dependency of metrics-server

* wait for vpa to be created

* prometheus depends on ingress clb bc of grafana

* remove A records to root domain. we don't want these anymore

* documentation

* fix domain

* fix domain

* fix tag source

* fix domain name

* fix tag Name

* use AWS EIP as host for bastion in k8s secret

* add lint script to repo

* documentation
  • Loading branch information
lpm0073 authored Jan 13, 2023
1 parent 261cc2c commit 9fdb5ff
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [1.0.11] (2023-1-12)

- refactor AWS resource tags
- set global_platform_shared_resource_identifier=service
- bugs fixes related to refactoring of bastion, MongoDB, and Kubernetes
- refine Terragrunt Kubernetes dependencies

## [1.0.10] (2023-1-12)

- refactor endpoints for all stack services: mysql, mongodb, redis, grafana, dashboard, kubeapps
Expand Down
12 changes: 12 additions & 0 deletions {{cookiecutter.github_repo_name}}/linter.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/bin/sh
#------------------------------------------------------------------------------
# written by: mcdaniel
# https://lawrencemcdaniel.com
#
# date: mar-2022
#
# usage: Runs terraform fmt -recursive
#------------------------------------------------------------------------------

terraform fmt -recursive
pre-commit run --all-files

0 comments on commit 9fdb5ff

Please sign in to comment.