Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 17 additions & 9 deletions docs/schema/yaml/1.0.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ environment:
# @param environment.defaultServices
defaultServices:
# @param environment.defaultServices[]
- # @param environment.defaultServices.name (required)
-
# @param environment.defaultServices.name (required)
name: ''
# @param environment.defaultServices.repository
repository: ''
Expand All @@ -26,7 +27,8 @@ environment:
# @param environment.optionalServices
optionalServices:
# @param environment.optionalServices[]
- # @param environment.optionalServices.name (required)
-
# @param environment.optionalServices.name (required)
name: ''
# @param environment.optionalServices.repository
repository: ''
Expand All @@ -37,7 +39,8 @@ environment:
# @param environment.webhooks
webhooks:
# @param environment.webhooks[]
- # @param environment.webhooks.name
-
# @param environment.webhooks.name
name: ''
# @param environment.webhooks.description
description: ''
Expand All @@ -55,7 +58,8 @@ environment:
# @section services
services:
# @param services[]
- # @param services.name (required)
-
# @param services.name (required)
name: ''
# @param services.appShort
appShort: ''
Expand All @@ -64,7 +68,8 @@ services:
# @param services.requires
requires:
# @param services.requires[]
- # @param services.requires.name (required)
-
# @param services.requires.name (required)
name: ''
# @param services.helm
helm:
Expand Down Expand Up @@ -285,7 +290,8 @@ services:
# @param services.codefresh.deployment.serviceDisks
serviceDisks:
# @param services.codefresh.deployment.serviceDisks[]
- # @param services.codefresh.deployment.serviceDisks.name (required)
-
# @param services.codefresh.deployment.serviceDisks.name (required)
name: ''
# @param services.codefresh.deployment.serviceDisks.mountPath (required)
mountPath: ''
Expand Down Expand Up @@ -461,7 +467,8 @@ services:
# @param services.github.deployment.serviceDisks
serviceDisks:
# @param services.github.deployment.serviceDisks[]
- # @param services.github.deployment.serviceDisks.name (required)
-
# @param services.github.deployment.serviceDisks.name (required)
name: ''
# @param services.github.deployment.serviceDisks.mountPath (required)
mountPath: ''
Expand Down Expand Up @@ -602,7 +609,8 @@ services:
# @param services.docker.deployment.serviceDisks
serviceDisks:
# @param services.docker.deployment.serviceDisks[]
- # @param services.docker.deployment.serviceDisks.name (required)
-
# @param services.docker.deployment.serviceDisks.name (required)
name: ''
# @param services.docker.deployment.serviceDisks.mountPath (required)
mountPath: ''
Expand Down Expand Up @@ -661,4 +669,4 @@ services:
# @param services.kedaScaleToZero.scalingMetric.concurrency
concurrency:
# @param services.kedaScaleToZero.scalingMetric.concurrency.targetValue
targetValue: 0
targetValue: 0
2 changes: 1 addition & 1 deletion helm/environments/local/lifecycle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ components:
ingress:
enabled: false
deployment:
replicaCount: 2
replicaCount: 1
extraEnv:
- name: JOB_VERSION
value: default
Expand Down
178 changes: 3 additions & 175 deletions helm/web-app/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,181 +25,9 @@ metadata:
app.kubernetes.io/instance: {{ .Release.Name }}
rules:
- apiGroups:
- ""
- "*"
resources:
- secrets
- "*"
verbs:
- list
- get
- update
- delete
- create
- patch
- apiGroups:
- ""
resources:
- services
verbs:
- get
- list
- update
- patch
- create
- delete
- apiGroups:
- ""
resources:
- namespaces
verbs:
- get
- list
- update
- patch
- create
- delete
- apiGroups:
- ""
resources:
- serviceaccounts
verbs:
- get
- list
- update
- patch
- create
- apiGroups:
- autoscaling
resources:
- horizontalpodautoscalers
verbs:
- list
- delete
- apiGroups:
- apps
resources:
- deployments
verbs:
- get
- list
- update
- patch
- create
- delete
- apiGroups:
- policy
resources:
- poddisruptionbudgets
verbs:
- delete
- apiGroups:
- networking.k8s.io
resources:
- ingresses
verbs:
- get
- list
- update
- patch
- create
- delete
- apiGroups:
- apps
resources:
- replicasets
verbs:
- get
- list
- update
- patch
- create
- delete
- apiGroups:
- apps
resources:
- statefulsets
verbs:
- list
- delete
- apiGroups:
- ""
resources:
- pods
verbs:
- get
- list
- update
- patch
- create
- delete
- apiGroups:
- ""
resources:
- pods/log
verbs:
- get
- list
- watch
- apiGroups:
- ""
resources:
- replicationcontrollers
verbs:
- list
- apiGroups:
- apps
resources:
- daemonsets
verbs:
- list
- apiGroups:
- batch
resources:
- cronjobs
verbs:
- list
- apiGroups:
- ""
resources:
- persistentvolumeclaims
verbs:
- get
- list
- update
- patch
- create
- delete
- apiGroups:
- getambassador.io
resources:
- mappings
verbs:
- get
- list
- update
- patch
- create
- delete
- apiGroups:
- batch
resources:
- jobs
verbs:
- get
- list
- update
- patch
- create
- delete
- apiGroups:
- http.keda.sh
resources:
- httpscaledobjects
- scaledobjects
verbs:
- get
- list
- update
- patch
- create
- delete
- "*"
{{- end -}}
16 changes: 0 additions & 16 deletions next-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,19 +1,3 @@
/**
* Copyright 2025 GoodRx, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

/// <reference types="next" />
/// <reference types="next/image-types/global" />

Expand Down
3 changes: 1 addition & 2 deletions public/utils/0-banner.js
Original file line number Diff line number Diff line change
Expand Up @@ -429,9 +429,8 @@
return logText;
}

// TO_UPDATE: this function should return the lifecycle web app's public URL(same as the github webhook URL)
function getBaseUrl() {
return 'PLEASE_UPDATE';
return window.LFC_BASE_URL || 'PLEASE_UPDATE';
}

function showLogsModal() {
Expand Down
Loading